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 9a09986 commit 64dc302Copy full SHA for 64dc302
tests/esm/package.json
@@ -6,6 +6,7 @@
6
"type": "module",
7
"sideEffects": false,
8
"scripts": {
9
+ "clean": "rimraf --glob dist fixtures/*/routes.ts fixtures/*/customRoutes.ts",
10
"pretest": "node --loader=ts-node/esm prepare.ts",
11
"test": "cross-env NODE_ENV=tsoa_test mocha"
12
},
@@ -29,6 +30,7 @@
29
30
"lerna": "^8.1.9",
31
"mocha": "^10.7.3",
32
"prettier": "^3.4.2",
33
+ "rimraf": "^5.0.5",
34
"ts-node": "^10.9.2",
35
"tslib": "^2.8.1",
36
"typescript": "^5.7.2"
0 commit comments