Skip to content

Commit 5a53a42

Browse files
Code-Hexclaude
andcommitted
fix(scripts): add --ignoreConfig to example type-check scripts for TypeScript 6
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3b81a99 commit 5a53a42

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
],
5959
"scripts": {
6060
"type-check": "tsc --noEmit",
61-
"type-check:yup": "tsc --strict --skipLibCheck --noEmit example/yup/schemas.ts",
62-
"type-check:zod": "tsc --strict --skipLibCheck --noEmit example/zod/schemas.ts",
63-
"type-check:zodv4": "tsc --strict --skipLibCheck --noEmit example/zodv4/schemas.ts",
64-
"type-check:myzod": "tsc --strict --skipLibCheck --noEmit example/myzod/schemas.ts",
65-
"type-check:valibot": "tsc --strict --skipLibCheck --noEmit example/valibot/schemas.ts",
61+
"type-check:yup": "tsc --strict --skipLibCheck --noEmit --ignoreConfig example/yup/schemas.ts",
62+
"type-check:zod": "tsc --strict --skipLibCheck --noEmit --ignoreConfig example/zod/schemas.ts",
63+
"type-check:zodv4": "tsc --strict --skipLibCheck --noEmit --ignoreConfig example/zodv4/schemas.ts",
64+
"type-check:myzod": "tsc --strict --skipLibCheck --noEmit --ignoreConfig example/myzod/schemas.ts",
65+
"type-check:valibot": "tsc --strict --skipLibCheck --noEmit --ignoreConfig example/valibot/schemas.ts",
6666
"test": "vitest run",
6767
"build": "run-p build:*",
6868
"build:cjs": "tsc -p tsconfig.cjs.json && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",

0 commit comments

Comments
 (0)