2016-03-12 12:53:19 +01:00
|
|
|
{
|
2017-06-10 22:32:56 +02:00
|
|
|
"compileOnSave": true,
|
2016-03-12 12:53:19 +01:00
|
|
|
"compilerOptions": {
|
2016-12-26 23:36:38 +01:00
|
|
|
"sourceMap": true,
|
2017-06-10 22:32:56 +02:00
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
2016-03-12 12:53:19 +01:00
|
|
|
"emitDecoratorMetadata": true,
|
2016-12-26 23:36:38 +01:00
|
|
|
"experimentalDecorators": true,
|
2017-06-10 22:32:56 +02:00
|
|
|
"target": "es5",
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
2016-12-26 23:36:38 +01:00
|
|
|
"lib": [
|
2018-03-30 15:30:30 -04:00
|
|
|
"es2017",
|
2017-06-10 22:32:56 +02:00
|
|
|
"dom"
|
2016-12-27 16:09:47 +01:00
|
|
|
]
|
2017-06-10 22:32:56 +02:00
|
|
|
}
|
|
|
|
}
|