2017-02-22 18:13:21 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"lib": [ "es2015", "dom" ],
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
|
|
"typeRoots": [
|
|
|
|
"../../../node_modules/@types/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"compileOnSave": true,
|
|
|
|
"exclude": [
|
2017-04-01 01:57:13 +02:00
|
|
|
"node_modules/*"
|
2017-02-22 18:13:21 +00:00
|
|
|
]
|
|
|
|
}
|