mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +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"]
|
|
}
|