Configures ESBuild
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"version": "3.0.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"format": "prettier --config .prettierrc 'src/**/*.ts' --write && eslint --fix src/"
|
||||
"format": "prettier --config .prettierrc 'src/**/*.ts' --write && eslint --fix src/",
|
||||
"build": "node esbuild.config.mjs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -31,6 +32,7 @@
|
||||
"@typescript-eslint/parser": "^8.35.1",
|
||||
"@typescript-eslint/typescript-estree": "^8.35.1",
|
||||
"chai": "^5.2.0",
|
||||
"esbuild": "^0.25.5",
|
||||
"eslint": "^9.30.1",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-import-resolver-typescript": "^4.4.4",
|
||||
|
||||
Reference in New Issue
Block a user