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 259a0e5 commit f8d06aeCopy full SHA for f8d06ae
package.json
@@ -37,7 +37,7 @@
37
"vite": "npm run build --watch -m development",
38
"prepublishOnly": "npm run build",
39
"test": "vitest run",
40
- "tsc": "tsc",
+ "typecheck": "tsc",
41
"validate": "npm run lint && npm run tsc && npm run test",
42
"lint": "eslint \"src/**/*.+(ts|tsx)\"",
43
"lint:fix": "npm run lint -- --fix",
0 commit comments