Skip to content

Commit

Permalink
Merge pull request #82 from RodrigoHamuy/bug/types
Browse files Browse the repository at this point in the history
fix types
  • Loading branch information
tentone authored Sep 22, 2024
2 parents 7329cda + c7658e2 commit 4d6820b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"exports": {
".": {
"import": "./build/geo-three.module.js",
"require": "./build/geo-three.cjs"
"require": "./build/geo-three.cjs",
"types": "./build/Main.d.ts"
},
"./source/*": "./source/*"
},
Expand Down Expand Up @@ -59,4 +60,4 @@
"typescript": "4.9.4",
"http-server": "14.1.1"
}
}
}

0 comments on commit 4d6820b

Please sign in to comment.