Skip to content

Commit

Permalink
bump esbuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Mar 16, 2024
1 parent c2fe09e commit 48f43dd
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 107 deletions.
6 changes: 6 additions & 0 deletions esbuild-runner.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
type: 'bundle',
esbuild: {
tsconfig: './tsconfig.json',
},
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@typescript-eslint/parser": "^7.2.0",
"better-sqlite3": "^9.4.3",
"chai": "^4.3.10",
"esbuild": "^0.17.15",
"esbuild": "^0.20.2",
"esbuild-runner": "^2.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit 48f43dd

Please sign in to comment.