2017-05-04 22:41:33 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
|
|
|
"alwaysStrict": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"preserveConstEnums": true,
|
|
|
|
"removeComments": true,
|
|
|
|
"sourceMap": false,
|
|
|
|
"strictNullChecks": true,
|
|
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
|
|
"target": "es5"
|
2017-07-21 17:31:21 -04:00
|
|
|
},
|
|
|
|
"exclude": [
|
2017-07-22 10:33:31 -04:00
|
|
|
".fusebox",
|
|
|
|
"data",
|
|
|
|
"node_modules",
|
|
|
|
"repo"
|
2017-07-21 17:31:21 -04:00
|
|
|
]
|
2017-05-04 22:41:33 -04:00
|
|
|
}
|