Skip to content

Commit e14195f

Browse files
committed
fix: exports
1 parent f7a5c94 commit e14195f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xl-soft/ui",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"scripts": {
55
"dev": "vite dev",
66
"build": "vite build && npm run package",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"forceConsistentCasingInFileNames": true,
77
"strict": true,
88
"skipLibCheck": true,
9-
"moduleResolution": "node"
9+
"moduleResolution": "Bundler"
1010
},
1111

1212
"extends": "./.svelte-kit/tsconfig.json"

0 commit comments

Comments
 (0)