97 lines
3.0 KiB
JSON
97 lines
3.0 KiB
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"strict": true,
|
|
"noImplicitOverride": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
"useDefineForClassFields": false,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "bundler",
|
|
"importHelpers": true,
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@tanstack/*": [
|
|
"../../node_modules/@tanstack/*"
|
|
],
|
|
"@spartan-ng/helm/input": [
|
|
"src/app/core/base-components/input/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/utils": [
|
|
"src/app/core/base-components/utils/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/label": [
|
|
"./src/app/core/base-components/label/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/scroll-area": [
|
|
"./src/app/core/base-components/scroll-area/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/pagination": [
|
|
"./src/app/core/base-components/pagination/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/button": [
|
|
"./src/app/core/base-components/button/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/icon": [
|
|
"./src/app/core/base-components/icon/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/select": [
|
|
"./src/app/core/base-components/select/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/form-field": [
|
|
"./src/app/core/base-components/form-field/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/tabs": [
|
|
"./src/app/core/base-components/tabs/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/badge": [
|
|
"./src/app/core/base-components/badge/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/card": [
|
|
"./src/app/core/base-components/card/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/separator": [
|
|
"./src/app/core/base-components/separator/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/alert-dialog": [
|
|
"./src/app/core/base-components/alert-dialog/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/dialog": [
|
|
"./src/app/core/base-components/dialog/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/autocomplete": [
|
|
"./src/app/core/base-components/autocomplete/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/popover": [
|
|
"./src/app/core/base-components/popover/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/command": [
|
|
"./src/app/core/base-components/command/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/input-group": [
|
|
"./src/app/core/base-components/input-group/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/textarea": [
|
|
"./src/app/core/base-components/textarea/src/index.ts"
|
|
],
|
|
"@spartan-ng/helm/skeleton": [
|
|
"./src/app/core/base-components/skeleton/src/index.ts"
|
|
]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": true
|
|
}
|
|
}
|