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,
|
2022-01-05 15:22:15 +01:00
|
|
|
"rootDir": "src",
|
|
|
|
"outDir": "public/script",
|
2021-10-24 22:36:38 +02:00
|
|
|
"strict": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitOverride": true
|
|
|
|
}
|
2021-04-04 16:46:47 +02:00
|
|
|
}
|