2025-07-31 08:50:10 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"removeComments": true,
|
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"allowSyntheticDefaultImports": true,
|
2025-08-04 08:40:09 +00:00
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
"esModuleInterop": true,
|
2025-07-31 08:50:10 +00:00
|
|
|
"target": "ES2023",
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"outDir": "./dist",
|
|
|
|
|
"baseUrl": "./",
|
|
|
|
|
"incremental": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"strictNullChecks": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
2025-08-04 08:40:09 +00:00
|
|
|
"noImplicitAny": true,
|
2025-07-31 08:50:10 +00:00
|
|
|
"strictBindCallApply": false,
|
2025-08-04 08:40:09 +00:00
|
|
|
"noFallthroughCasesInSwitch": true
|
2025-07-31 08:50:10 +00:00
|
|
|
}
|
|
|
|
|
}
|