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

9 lines
143 B
JSON

{
"compilerOptions": {
"skipDefaultLibCheck": true
},
"references": [
{ "path": "../logic/index" }
]
}