9 lines
149 B
JSON
9 lines
149 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"incremental": true,
|
||
|
"noUnusedLocals": false,
|
||
|
"noUnusedParameters": false
|
||
|
}
|
||
|
}
|