mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Include subpath imports
This commit is contained in:
parent
8a44c0b904
commit
117a24f4c0
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"svelte": "./src/index.js"
|
"svelte": "./src/index.js"
|
||||||
}
|
},
|
||||||
|
"./css/*": "./css/*",
|
||||||
|
"./src/*": "./src/*"
|
||||||
},
|
},
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"module": "./lib/index.mjs",
|
"module": "./lib/index.mjs",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue