2016-05-24 11:39:07 -07:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"noImplicitAny": true,
|
2016-10-21 01:01:16 +01:00
|
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
]
|
2016-05-24 11:39:07 -07:00
|
|
|
},
|
|
|
|
"compileOnSave": true
|
|
|
|
}
|