2024-01-14 23:05:41 +01:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "CommonJS",
|
|
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"removeComments": true,
|
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"allowSyntheticDefaultImports": true,
|
2024-06-20 14:57:00 +01:00
|
|
|
"target": "ES2022",
|
2026-01-24 20:41:08 +00:00
|
|
|
"jsx": "react-jsx",
|
2024-01-14 23:05:41 +01:00
|
|
|
"sourceMap": true,
|
|
|
|
|
"outDir": "./dist",
|
|
|
|
|
"baseUrl": "./",
|
|
|
|
|
"incremental": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"strictNullChecks": false,
|
|
|
|
|
"noImplicitAny": false,
|
|
|
|
|
"strictBindCallApply": false,
|
|
|
|
|
"forceConsistentCasingInFileNames": false,
|
|
|
|
|
"noFallthroughCasesInSwitch": false
|
|
|
|
|
}
|
|
|
|
|
}
|