-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.base.json
More file actions
37 lines (37 loc) · 1.36 KB
/
Copy pathtsconfig.base.json
File metadata and controls
37 lines (37 loc) · 1.36 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
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"paths": {
"@spartan-ng/helm": ["./libs/ui/src/index.ts"],
"@spartan-ng/helm/badge": ["./libs/ui/badge/src/index.ts"],
"@spartan-ng/helm/button": ["./libs/ui/button/src/index.ts"],
"@spartan-ng/helm/card": ["./libs/ui/card/src/index.ts"],
"@spartan-ng/helm/empty": ["./libs/ui/empty/src/index.ts"],
"@spartan-ng/helm/field": ["./libs/ui/field/src/index.ts"],
"@spartan-ng/helm/input": ["./libs/ui/input/src/index.ts"],
"@spartan-ng/helm/label": ["./libs/ui/label/src/index.ts"],
"@spartan-ng/helm/separator": ["./libs/ui/separator/src/index.ts"],
"@spartan-ng/helm/sonner": ["./libs/ui/sonner/src/index.ts"],
"@spartan-ng/helm/spinner": ["./libs/ui/spinner/src/index.ts"],
"@spartan-ng/helm/utils": ["./libs/ui/utils/src/index.ts"]
},
"strict": false,
"noUncheckedSideEffectImports": false,
"types": ["*"],
"esModuleInterop": false,
"ignoreDeprecations": "6.0"
},
"exclude": ["node_modules", "tmp"]
}