mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
build: replace Yarn with npm (#1993)
This commit is contained in:
parent
3d67d26c70
commit
96cfb4be44
20 changed files with 16641 additions and 9108 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