Skip to content

Commit 553f45a

Browse files
author
danielsum
committed
fix: publish new release
1 parent a49b26c commit 553f45a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
"import": "./dist/index.umd.js"
1616
}
1717
},
18+
"types": "dist/src/index.d.ts",
1819
"module": "dist/index.es.js",
1920
"browser": "dist/index.cjs.js",
2021
"unpkg": "dist/index.cjs.js",
2122
"jsdelivr": "dist/index.cjs.js",
22-
"typings": "dist/index.d.ts",
23+
"typings": "dist/src/index.d.ts",
2324
"scripts": {
2425
"dev": "vite",
2526
"build": "vite build",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"declaration" : true,
34
"target": "ESNext",
45
"useDefineForClassFields": true,
56
"lib": ["DOM", "DOM.Iterable", "ESNext"],

0 commit comments

Comments
 (0)