Skip to content

Commit eb4f5ad

Browse files
committed
backport rootDir fix breaking build
1 parent fd3d131 commit eb4f5ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"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",
5656
"tsc:root-types": "node types-checks-filter-out-node_modules.js",
5757
"test": "run-s test:*",
58-
"test:tsc": "tsc --project tsconfig.json --noEmit",
58+
"test:tsc": "tsc --project tsconfig.json --noEmit --rootDir .",
5959
"test:lint": "eslint .",
6060
"test:unit": "vitest --run",
6161
"test:types": "npm run ts && npm run tsc:root-types",

0 commit comments

Comments
 (0)