mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
refactor(types): rewrite type definitions to account for intrinsic attributes
This commit is contained in:
parent
8c30452169
commit
3c04f122b0
158 changed files with 6997 additions and 5383 deletions
|
@ -9,6 +9,7 @@
|
|||
"types": "./types/index.d.ts",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"check-types": "svelte-check --workspace tests",
|
||||
"prettier": "prettier --write './**/*.{svelte,js,md}'",
|
||||
"publish-examples": "node scripts/publish-examples",
|
||||
"build:css": "node scripts/build-css",
|
||||
|
@ -39,6 +40,7 @@
|
|||
"rollup-plugin-svelte": "^6.1.0",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"svelte": "^3.29.4",
|
||||
"svelte-check": "^1.1.6",
|
||||
"svelte-loader": "^2.13.6",
|
||||
"typescript": "^4.0.5"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue