2021-04-04 16:46:47 +02:00
|
|
|
{
|
2021-10-24 22:36:38 +02:00
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "esnext",
|
|
|
|
"target": "esnext",
|
|
|
|
"sourceMap": true,
|
|
|
|
"rootDir": ".",
|
|
|
|
"strict": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitOverride": true
|
|
|
|
}
|
2021-04-04 16:46:47 +02:00
|
|
|
}
|