2021-06-15 15:19:37 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
|
|
|
"noImplicitAny": false,
|
2021-06-15 16:41:59 +02:00
|
|
|
"lib": [
|
|
|
|
"es2017",
|
|
|
|
"dom"
|
|
|
|
],
|
2021-06-15 15:19:37 +02:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true
|
|
|
|
}
|
|
|
|
}
|