Skip to content

Commit

Permalink
pw
Browse files Browse the repository at this point in the history
  • Loading branch information
libkakashi committed Mar 30, 2024
1 parent 29d9c56 commit 5fa9763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"build:esm": "tsc --module esnext --outDir dist/esm && mv dist/esm/index.js dist/index.mjs && rm -rf dist/esm",
"build:bun": "bun run build.mjs",
"prepare": "npm run build",
"postinstall": "npm run build",
"lint": "gts lint",
"clean": "gts clean",
"fix": "gts fix"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"noImplicitAny": true,
"allowJs": true,
"resolveJsonModule": true
}
},
"include": ["./src/**/*.ts", "./test/**/*.ts"]
}

0 comments on commit 5fa9763

Please sign in to comment.