Skip to content

Commit

Permalink
add main export and JSONSchema export
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Ciccola committed Oct 10, 2024
1 parent e6df049 commit f815e5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": "./dist/index.js",
"./schema": "./json/geometry.json"
},
"scripts": {
"build": "npm-run-all build:clean build:proto build:json build:ts build:copy",
"build:clean": "rimraf dist intermediate generated",
Expand Down

0 comments on commit f815e5a

Please sign in to comment.