mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
build: drop @tsconfig/svelte
This commit is contained in:
parent
2b11a8c6a0
commit
34e595b026
3 changed files with 15 additions and 9 deletions
|
@ -1 +1,15 @@
|
|||
{ "extends": "@tsconfig/svelte" }
|
||||
{
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"ignoreDeprecations": "5.0",
|
||||
"importsNotUsedAsValues": "error",
|
||||
"isolatedModules": true,
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
},
|
||||
"include": ["src", "tests"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue