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 fd3d131 commit eb4f5adCopy full SHA for eb4f5ad
1 file changed
package.json
@@ -55,7 +55,7 @@
55
"compile:check": "if [ ! -f lib/index.js ] || [ $(find lib -type f | wc -l) -le 30 ]; then echo 'File structure under lib is broken'; exit 1; fi",
56
"tsc:root-types": "node types-checks-filter-out-node_modules.js",
57
"test": "run-s test:*",
58
- "test:tsc": "tsc --project tsconfig.json --noEmit",
+ "test:tsc": "tsc --project tsconfig.json --noEmit --rootDir .",
59
"test:lint": "eslint .",
60
"test:unit": "vitest --run",
61
"test:types": "npm run ts && npm run tsc:root-types",
0 commit comments