TypeScript/tests/projects/sample1/logic/tsconfig.json

12 lines
273 B
JSON

{
"compilerOptions": {
"composite": true,
"declaration": true,
"sourceMap": true,
"forceConsistentCasingInFileNames": true,
"skipDefaultLibCheck": true
},
"references": [
{ "path": "../core" }
]
}