Skip to content

Commit

Permalink
chore: replace ts-node/register to esbuild-register
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Nov 30, 2023
1 parent b9f2fc5 commit 81953f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build": "tsc",
"dev": "constructeur build --minify false && tsc --emitDeclarationOnly",
"clean": "rimraf dist/*",
"test": "mocha -r ts-node/register -r yml-register --extension .spec.ts ./__tests__",
"test": "mocha -r esbuild-register -r yml-register --extension .spec.ts ./__tests__",
"lint": "eslint src/**/*.ts && yarn prettier --check",
"format": "yarn prettier --write",
"prettier": "prettier '**/*.{js,ts,json,yml,yaml,md}' '!dist/**/*'"
Expand Down Expand Up @@ -81,14 +81,14 @@
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"chai": "^4.3.10",
"esbuild-register": "^3.5.0",
"eslint": "^8.54.0",
"eslint-import-resolver-typescript": "^3.6.1",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"mocha": "^10.2.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"yml-register": "^1.1.0"
}
Expand Down

0 comments on commit 81953f9

Please sign in to comment.