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 2931c34 commit f8c8135Copy full SHA for f8c8135
2 files changed
package.json
@@ -53,7 +53,7 @@
53
"compile": "tsc --build tsconfig.build.json",
54
"tsc:root-types": "node types-checks-filter-out-node_modules.js",
55
"test": "run-s test:*",
56
- "test:tsc": "tsc --project tsconfig.json --noEmit",
+ "test:tsc": "tsc --project tsconfig.json --noEmit --rootDir .",
57
"test:lint": "eslint .",
58
"test:unit": "vitest --run",
59
"test:types": "npm run ts && npm run tsc:root-types",
tsconfig.json
@@ -7,7 +7,6 @@
7
"outDir": "./lib/",
8
"module": "esnext",
9
"target": "es2022",
10
- "rootDir": ".",
11
"lib": ["ES2022", "DOM"],
12
"strictBindCallApply": true,
13
"removeComments": true,
0 commit comments