mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
build: use compilerOptions.paths
to alias types
This commit is contained in:
parent
cec7ef00cf
commit
31efd1fa1a
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
|||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"strict": true,
|
||||
"paths": {
|
||||
"carbon-components-svelte": ["./types"],
|
||||
"carbon-components-svelte/*": ["./types/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "tests"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue