2016-04-13 19:20:51 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2016-12-01 05:28:49 -06:00
|
|
|
"lib": ["es2015", "dom"],
|
2016-04-13 19:20:51 +02:00
|
|
|
"noImplicitAny": true,
|
|
|
|
"suppressImplicitAnyIndexErrors": true
|
2016-06-15 23:33:18 +02:00
|
|
|
}
|
2016-12-01 05:28:49 -06:00
|
|
|
}
|