Skip to content

Commit 2f0d65a

Browse files
committed
Fix build typecheck
1 parent 92d98e5 commit 2f0d65a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"clean": "rimraf dist",
3737
"build": "tshy && pnpm run update-version",
3838
"dev": "tshy --watch",
39-
"typecheck": "tsc --noEmit",
39+
"typecheck": "tsc --noEmit -p tsconfig.src.json",
4040
"update-version": "tsx ../../scripts/updateVersion.ts"
4141
},
4242
"dependencies": {
@@ -116,4 +116,4 @@
116116
"main": "./dist/commonjs/index.js",
117117
"types": "./dist/commonjs/index.d.ts",
118118
"module": "./dist/esm/index.js"
119-
}
119+
}

0 commit comments

Comments
 (0)