2023-09-10 21:24:57 +02:00
|
|
|
{
|
2023-09-12 21:11:03 +02:00
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
2023-12-28 21:58:08 +00:00
|
|
|
"noImplicitAny": true,
|
|
|
|
"strictFunctionTypes": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"allowJs": true,
|
2023-09-12 21:11:03 +02:00
|
|
|
"outDir": "./dist",
|
2023-12-28 21:58:08 +00:00
|
|
|
"lib": [
|
|
|
|
"es6",
|
|
|
|
"dom"
|
|
|
|
],
|
|
|
|
"baseUrl": "."
|
2023-09-12 21:11:03 +02:00
|
|
|
}
|
2023-09-10 21:24:57 +02:00
|
|
|
}
|