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 4ed6b05 commit 365b719Copy full SHA for 365b719
1 file changed
package.json
@@ -59,7 +59,7 @@
59
"lint": "npm run lint:es && npm run lint:ts && npm run lint:biome",
60
"lint:biome": "biome check .",
61
"lint:es": "eslint .",
62
- "lint:ts": "tsc --noEmit",
+ "lint:ts": "tsc --noEmit -p tsconfig.eslint.json",
63
"prepublishOnly": "npm run build",
64
"test": "npm run test:vi && npm run lint",
65
"test:vi": "vitest run"
0 commit comments