2017-03-08 16:50:29 +01:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2025-05-21 18:17:52 +02:00
|
|
|
"module": "esnext",
|
2017-03-08 16:50:29 +01:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2025-05-21 18:26:35 +02:00
|
|
|
"target": "ES2022",
|
2017-09-26 18:13:00 +02:00
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
2017-03-08 16:50:29 +01:00
|
|
|
"lib": [
|
2017-09-26 18:13:00 +02:00
|
|
|
"es2017",
|
2025-05-21 18:17:52 +02:00
|
|
|
"dom",
|
|
|
|
"ES2021.WeakRef"
|
2025-05-21 18:26:35 +02:00
|
|
|
],
|
|
|
|
"useDefineForClassFields": false
|
2017-03-08 16:50:29 +01:00
|
|
|
}
|
|
|
|
}
|