13 lines
238 B
JSON
13 lines
238 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
// Development specific
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"watch": true,
|
|
// Checks
|
|
"noUnusedLocals": false,
|
|
"allowUnreachableCode": true
|
|
}
|
|
}
|