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 dbbcd62 commit 2f6d80cCopy full SHA for 2f6d80c
package.json
@@ -16,9 +16,9 @@
16
],
17
"scripts": {
18
"type-check": "tsc --noEmit",
19
- "type-check:yup": "tsc --strict --noEmit example/yup/schemas.ts",
20
- "type-check:zod": "tsc --strict --noEmit example/zod/schemas.ts",
21
- "type-check:myzod": "tsc --strict --noEmit example/myzod/schemas.ts",
+ "type-check:yup": "tsc --strict --skipLibCheck --noEmit example/yup/schemas.ts",
+ "type-check:zod": "tsc --strict --skipLibCheck --noEmit example/zod/schemas.ts",
+ "type-check:myzod": "tsc --strict --skipLibCheck --noEmit example/myzod/schemas.ts",
22
"test": "vitest run",
23
"build": "run-p build:*",
24
"build:main": "tsc -p tsconfig.main.json",
0 commit comments