Skip to content

Commit

Permalink
🔧 configure everything for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vhoyer committed Sep 10, 2022
1 parent 242568e commit e857bd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
"module": "dist/index.js",
"type": "module",
"scripts": {
"prerelease": "bun run build",
"release": "np",
"build": "tsc",
"clean": "tsc --build --clean",
"test": "jest"
},
"files": [
"dist/*"
],
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"lib": ["ESNext"],
"types": ["node"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "node",
Expand Down

0 comments on commit e857bd8

Please sign in to comment.