We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282065b commit ee09703Copy full SHA for ee09703
package.json
@@ -6,13 +6,13 @@
6
"@vitest/coverage-v8": "^2.0.5",
7
"nodemon": "^3.1.4",
8
"prettier": "3.3.3",
9
- "ts-node": "^10.9.2",
+ "tsx": "^4.19.0",
10
"typescript": "^5.5.4",
11
"vitest": "^2.0.5"
12
},
13
"scripts": {
14
- "start": "pnpm ts-node src/index.ts",
15
- "dev": "pnpm nodemon src/index.ts",
+ "start": "pnpm tsx src/index.ts",
+ "dev": "pnpm tsx watch src/index.ts",
16
"build": "tsc --build tsconfig.build.json",
17
"test": "vitest",
18
"coverage": "vitest run --coverage"
0 commit comments