Skip to content

Commit

Permalink
🐛 rrror when building a project with Vite, resolve #12
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Jan 22, 2024
1 parent 71302e7 commit b47a61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
},
"files": [
"index.js",
"src/*.js",
"index.d.ts",
"src/*.d.ts"
"src/**/*.js",
"src/**/*.d.ts"
],
"devDependencies": {
"@types/jest": "^28.1.1",
Expand Down

0 comments on commit b47a61b

Please sign in to comment.