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.
2 parents b639d81 + 32dabf2 commit 1b69c87Copy full SHA for 1b69c87
.eslintrc.json
@@ -43,6 +43,8 @@
43
"ignorePatterns": [
44
"dist",
45
"node_modules",
46
- "example"
+ "example",
47
+ "vitest.config.ts",
48
+ "tsconfig.json"
49
]
50
}
.prettierignore
@@ -5,3 +5,4 @@ package-lock.json
5
.DS_Store
6
tsconfig.tsbuildinfo
7
example
8
+vitest.config.ts
package.json
@@ -15,7 +15,6 @@
15
"README.md"
16
],
17
"scripts": {
18
- "preinstall": "npx only-allow pnpm",
19
"type-check": "tsc --noEmit",
20
"type-check:yup": "tsc --strict --noEmit example/yup/schemas.ts",
21
"type-check:zod": "tsc --strict --noEmit example/zod/schemas.ts",
0 commit comments