Skip to content

Commit 01482eb

Browse files
committed
feat: change project to type ESM as default
1 parent 4f9eaf7 commit 01482eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"license": "MIT",
3131
"main": "./lib/index",
3232
"module": "./es/index",
33+
"typings": "es/index.d.ts",
3334
"scripts": {
3435
"start": "dumi dev",
3536
"docs:build": "dumi build",

0 commit comments

Comments
 (0)