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 92d98e5 commit 2f0d65aCopy full SHA for 2f0d65a
1 file changed
packages/build/package.json
@@ -36,7 +36,7 @@
36
"clean": "rimraf dist",
37
"build": "tshy && pnpm run update-version",
38
"dev": "tshy --watch",
39
- "typecheck": "tsc --noEmit",
+ "typecheck": "tsc --noEmit -p tsconfig.src.json",
40
"update-version": "tsx ../../scripts/updateVersion.ts"
41
},
42
"dependencies": {
@@ -116,4 +116,4 @@
116
"main": "./dist/commonjs/index.js",
117
"types": "./dist/commonjs/index.d.ts",
118
"module": "./dist/esm/index.js"
119
-}
+}
0 commit comments