Skip to content

Commit e3a9835

Browse files
ericallamD-K-P
authored andcommitted
Fix build typecheck
1 parent f3bf44a commit e3a9835

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)