22 lines
420 B
JSON
22 lines
420 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"alwaysStrict": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"preserveConstEnums": true,
|
|
"removeComments": true,
|
|
"sourceMap": false,
|
|
"strictNullChecks": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"target": "es5"
|
|
},
|
|
"exclude": [
|
|
".fusebox",
|
|
"data",
|
|
"node_modules",
|
|
"repo"
|
|
]
|
|
}
|