File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments