2018-07-17 20:49:00 +02:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./build/",
|
|
|
|
"sourceMap": true,
|
2018-07-21 05:07:52 +02:00
|
|
|
"module": "es2015",
|
|
|
|
"target": "es5",
|
2018-07-17 20:49:00 +02:00
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
|
|
|
"lib": [
|
|
|
|
"es2017",
|
|
|
|
"dom"
|
|
|
|
]
|
|
|
|
}
|
2018-07-21 05:07:52 +02:00
|
|
|
}
|