2021-03-17 03:02:09 +01:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./src",
|
|
|
|
"outDir": "./dist",
|
|
|
|
"sourceMap": false,
|
|
|
|
"declaration": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"moduleResolution": "node",
|
2021-07-13 22:34:41 +02:00
|
|
|
"esModuleInterop": true,
|
2021-03-17 03:02:09 +01:00
|
|
|
"importHelpers": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"target": "es2015",
|
|
|
|
"module": "es6",
|
|
|
|
"lib": [
|
|
|
|
"es2018",
|
|
|
|
"dom"
|
2021-07-13 22:34:41 +02:00
|
|
|
],
|
|
|
|
"paths": {
|
|
|
|
"mini-signals": [
|
|
|
|
"node_modules/resource-loader/typings/mini-signals.d.ts"
|
|
|
|
]
|
|
|
|
},
|
2021-03-17 03:02:09 +01:00
|
|
|
}
|
|
|
|
}
|