Skip to content

Commit 539e2c7

Browse files
committed
fix(exports): update types path to use the correct type def
1 parent ad6013c commit 539e2c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"chartjs"
1010
],
1111
"type": "module",
12-
"types": "./dist/types/index.d.ts",
12+
"types": "./dist/index.d.ts",
1313
"svelte": "./dist/index.js",
1414
"exports": {
1515
".": {
16-
"types": "./dist/types/index.d.ts",
16+
"types": "./dist/index.d.ts",
1717
"svelte": "./dist/index.js",
1818
"import": "./dist/index.js"
1919
},

0 commit comments

Comments
 (0)