Skip to content

Commit

Permalink
fix: types path
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-medvedev committed Sep 21, 2023
1 parent fbb60b8 commit b3956ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "WTFPL",
"main": "build/cjs.js",
"module": "build/esm.mjs",
"types": "build/index.d.ts",
"types": "build/src/index.d.ts",
"files": [
"build/*",
"package.json"
Expand All @@ -30,11 +30,11 @@
"exports": {
"import": {
"default": "./build/esm.mjs",
"types": "./build/index.d.ts"
"types": "./build/src/index.d.ts"
},
"require": {
"default": "./build/cjs.js",
"types": "./build/index.d.ts"
"types": "./build/src/index.d.ts"
}
},
"prettier": {
Expand Down

0 comments on commit b3956ad

Please sign in to comment.