@@ -44,3 +44,5 @@ dist/
lib/
build/
node_modules/
+package.json
+tsconfig*.json
@@ -10,3 +10,5 @@ dist/
@@ -9,3 +9,5 @@ dist/
@@ -2,3 +2,5 @@ dist/
@@ -2,3 +2,6 @@ dist/
+src/zodSchemas.ts
@@ -2,7 +2,7 @@ import { base } from "@cprussin/eslint-config";
import { globalIgnores } from "eslint/config";
export default [
- globalIgnores(["src/examples/**/*"]),
+ globalIgnores(["src/examples/**/*", "src/zodSchemas.ts"]),
...base,
{
rules: {
@@ -105,4 +105,4 @@
"module": "./dist/esm/index.mjs",
"types": "./dist/cjs/index.d.ts",
"main": "./dist/cjs/index.cjs"
-}
+}
@@ -6,3 +6,5 @@ dist/
@@ -5,3 +5,5 @@ dist/
@@ -8,3 +8,5 @@ dist/
@@ -384,4 +384,4 @@
}
},
"packageManager": "pnpm@10.19.0"
@@ -1 +1,2 @@
-dist/
+dist/package.json
@@ -4,3 +4,5 @@ dist/
@@ -48,4 +48,4 @@
@@ -6,5 +6,10 @@
"declaration": true,
"isolatedModules": false
- "exclude": ["node_modules", "dist", "examples/", "**/__tests__/*"]
+ "exclude": [
+ "node_modules",
+ "dist",
+ "examples/",
+ "**/__tests__/*"
+ ]
@@ -86,4 +86,4 @@
"./package.json": "./package.json"
"module": "./dist/esm/index.mjs"
@@ -5,3 +5,5 @@ node_modules
dist
build
test-ledger
@@ -3,3 +3,5 @@ dist/
@@ -6,3 +6,5 @@ node_modules
@@ -92,4 +92,4 @@
@@ -2,3 +2,5 @@ build/dist/