mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
build: use svelte compiler to generate typescript definitions
This commit is contained in:
parent
ba2e77eb47
commit
5c829b5afc
16 changed files with 4948 additions and 948 deletions
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"carbon-icons-svelte": "^10.14.0",
|
||||
"carbon-icons-svelte": "^10.15.0",
|
||||
"flatpickr": "4.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -26,12 +26,15 @@
|
|||
"@storybook/addon-storysource": "^5.3.19",
|
||||
"@storybook/cli": "^5.3.19",
|
||||
"@storybook/svelte": "^5.3.19",
|
||||
"@tsconfig/svelte": "^1.0.8",
|
||||
"babel-loader": "^8.0.6",
|
||||
"comment-parser": "^0.7.5",
|
||||
"rollup": "^2.22.1",
|
||||
"rollup-plugin-svelte": "^5.2.3",
|
||||
"rollup-plugin-terser": "^6.1.0",
|
||||
"svelte": "^3.24.1",
|
||||
"svelte-loader": "^2.13.6"
|
||||
"svelte-loader": "^2.13.6",
|
||||
"typescript": "^3.9.7"
|
||||
},
|
||||
"babel": {
|
||||
"presets": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue