2021-11-15 11:28:39 +01:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2023-01-20 09:38:50 +01:00
|
|
|
"module": "commonjs",
|
2023-05-26 15:43:14 -05:00
|
|
|
"declaration": true,
|
|
|
|
|
"removeComments": true,
|
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
|
"target": "es2017",
|
2021-11-28 19:40:16 +01:00
|
|
|
"sourceMap": true,
|
2023-05-26 15:43:14 -05:00
|
|
|
"outDir": "./dist",
|
|
|
|
|
"incremental": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"strictNullChecks": true,
|
|
|
|
|
"noImplicitAny": true,
|
|
|
|
|
"strictBindCallApply": true,
|
2021-11-15 11:28:39 +01:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
2023-05-26 15:43:14 -05:00
|
|
|
"noFallthroughCasesInSwitch": true
|
|
|
|
|
}
|
|
|
|
|
}
|