2017-05-05 02:41:33 +00: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 21:31:21 +00:00
|
|
|
},
|
|
|
|
"exclude": [
|
2017-07-22 14:33:31 +00:00
|
|
|
".fusebox",
|
|
|
|
"data",
|
|
|
|
"node_modules",
|
|
|
|
"repo"
|
2017-07-21 21:31:21 +00:00
|
|
|
]
|
2017-05-05 02:41:33 +00:00
|
|
|
}
|