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 796f44d commit c57d15bCopy full SHA for c57d15b
package.json
@@ -26,7 +26,7 @@
26
"test": "vitest run",
27
"build": "tsc --project tsconfig.build.json && tsup",
28
"check": "npm run check-ts && npm run check-lint && npm run check-format && npm run check-spell",
29
- "check-ts": "tsc --noEmit && tsc --project test/tsconfig.json --noEmit",
+ "check-ts": "tsc --noEmit",
30
"check-lint": "tsc --noEmit && eslint 'src/**/*.ts' 'test/**/*.ts'",
31
"check-format": "prettier -c 'src/**/*.ts' 'test/**/*.ts'",
32
"check-spell": "cspell 'src/**/*ts' 'test/**/*ts'",
0 commit comments