typescript-error-deltas/tsconfig.json

11 строки
161 B
JSON

{
"compilerOptions": {
"composite": true,
},
"references": [
{ "path": "src" },
{ "path": "test" },
],
"files": []
}