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