Skip to content

Commit

Permalink
Use build config
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Aug 7, 2023
1 parent 2ca6281 commit b2944f5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"engines": {
Expand Down Expand Up @@ -69,5 +69,10 @@
"path": "dist/index.js",
"limit": "1.1 KB"
}
]
],
"ts-scripts": {
"project": [
"tsconfig.build.json"
]
}
}

0 comments on commit b2944f5

Please sign in to comment.