Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
995 B
JSON
Raw Permalink Normal View History

2015-10-30 16:21:23 +01:00
{
"compileOnSave": false,
"compilerOptions": {
2025-10-14 12:15:26 +02:00
"jsx": "react-jsx",
"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/*"],
"core-elements/*": ["./src/elements/*"],
"core-stimulus/*": ["./src/stimulus/*"],
"core-turbo/*": ["./src/turbo/*"],
"core-typings/*": ["./src/typings/*"],
"core-vendor/*": ["./src/vendor/*"]
2017-09-10 20:55:51 +02:00
}
}
}