mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-13 02:20:18 +00:00
13 lines
294 B
JSON
13 lines
294 B
JSON
|
{
|
||
|
"extends": "../../config/tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"downlevelIteration": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noFallthroughCasesInSwitch": true
|
||
|
},
|
||
|
"include": ["src"]
|
||
|
}
|