2015-10-30 16:21:23 +01:00
|
|
|
{
|
2025-06-23 12:26:44 +01:00
|
|
|
"compileOnSave": false,
|
|
|
|
|
"compilerOptions": {
|
2025-10-14 12:15:26 +02:00
|
|
|
"jsx": "react-jsx",
|
2025-06-23 12:26:44 +01:00
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
|
"strict": true,
|
|
|
|
|
"strictPropertyInitialization": false,
|
|
|
|
|
"strictFunctionTypes": false,
|
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"isolatedModules": false,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"importHelpers": true,
|
|
|
|
|
"target": "ES2022",
|
|
|
|
|
"module": "ES2022",
|
|
|
|
|
"useDefineForClassFields": false,
|
|
|
|
|
"paths": {
|
|
|
|
|
"@ng-select/ng-select/*": ["./node_modules/@ng-select/ng-select/*"],
|
|
|
|
|
"core-app/*": ["./src/app/*"],
|
|
|
|
|
"core-components/*": ["./src/app/components/*"],
|
2025-12-01 07:26:16 +01:00
|
|
|
"core-elements/*": ["./src/elements/*"],
|
2025-06-23 12:26:44 +01:00
|
|
|
"core-stimulus/*": ["./src/stimulus/*"],
|
2025-07-14 19:08:17 +01:00
|
|
|
"core-turbo/*": ["./src/turbo/*"],
|
2025-06-23 12:26:44 +01:00
|
|
|
"core-typings/*": ["./src/typings/*"],
|
|
|
|
|
"core-vendor/*": ["./src/vendor/*"]
|
2017-09-10 20:55:51 +02:00
|
|
|
}
|
2025-06-23 12:26:44 +01:00
|
|
|
}
|
|
|
|
|
}
|