2016-06-06 15:56:19 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2017-03-14 15:42:11 +01:00
|
|
|
"alwaysStrict": true,
|
2016-06-06 15:56:19 +02:00
|
|
|
"target": "es5",
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2017-03-14 15:42:11 +01:00
|
|
|
"lib": [
|
|
|
|
"es2015",
|
|
|
|
"dom"
|
|
|
|
],
|
|
|
|
"noImplicitAny": true,
|
2017-03-14 17:35:36 +01:00
|
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
|
|
"typeRoots": [
|
|
|
|
"../node_modules/@types/"
|
|
|
|
]
|
2016-06-06 15:56:19 +02:00
|
|
|
}
|
|
|
|
}
|