-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
42 lines (42 loc) · 1.54 KB
/
Copy pathtsconfig.json
File metadata and controls
42 lines (42 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"compileOnSave": false,
"compilerOptions": {
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"isolatedModules": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "ES2022",
"module": "preserve",
"paths": {
"@spartan-ng/helm/input": ["./src/app/shared/ui/input/src/index.ts"],
"@spartan-ng/helm/utils": ["./src/app/shared/ui/utils/src/index.ts"],
"@spartan-ng/helm/field": ["./src/app/shared/ui/field/src/index.ts"],
"@spartan-ng/helm/label": ["./src/app/shared/ui/label/src/index.ts"],
"@spartan-ng/helm/separator": ["./src/app/shared/ui/separator/src/index.ts"],
"@spartan-ng/helm/textarea": ["./src/app/shared/ui/textarea/src/index.ts"],
"@spartan-ng/helm/native-select": ["./src/app/shared/ui/native-select/src/index.ts"],
"@spartan-ng/helm/select": ["./src/app/shared/ui/select/src/index.ts"],
"@spartan-ng/helm/combobox": ["./src/app/shared/ui/combobox/src/index.ts"],
"@spartan-ng/helm/input-group": ["./src/app/shared/ui/input-group/src/index.ts"],
"@spartan-ng/helm/button": ["./src/app/shared/ui/button/src/index.ts"]
}
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true
},
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}