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 a59e927 commit 5c56175Copy full SHA for 5c56175
packages/router-generator/package.json
@@ -34,7 +34,7 @@
34
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",
35
"test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js",
36
"test:types:ts57": "tsc",
37
- "test:unit": "vitest",
+ "test:unit": "vitest --typecheck",
38
"test:build": "publint --strict && attw --ignore-rules no-resolution --pack .",
39
"build": "vite build"
40
},
0 commit comments