Skip to content

Commit

Permalink
fix: 修复 typescript 中使用找不到声明文件
Browse files Browse the repository at this point in the history
close #144
  • Loading branch information
oevery authored and CaoMeiYouRen committed Jun 10, 2024
1 parent 8cc9057 commit 314c051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
Expand Down

0 comments on commit 314c051

Please sign in to comment.