Skip to content

Commit

Permalink
Added warning to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McDonnell committed Aug 4, 2020
1 parent 8597d3c commit 248e210
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ If you find this package useful, leave a star to help more folks find it ⭐️

<!-- <br/> -->

> ⚠️ You might be encountering issues building your project is you're using zod@<1.10.2. This is the result of a bug in the TypeScript compiler. To solve this without updating, set `"skipLibCheck": true` in your tsconfig.json "compilerOptions". This issue is resolved in [email protected] and later.
# What is Zod

Zod is a TypeScript-first schema declaration and validation library. I'm using the term "schema" to broadly refer to any data type/structure, from a simple `string` to a complex nested object.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod",
"version": "1.10.1",
"version": "1.10.2",
"description": "TypeScript-first schema declaration and validation library with static type inference",
"main": "./lib/src/index.js",
"types": "./lib/src/index.d.ts",
Expand Down Expand Up @@ -55,4 +55,4 @@
"tslint-config-prettier": "^1.18.0",
"typescript": "3.3"
}
}
}

0 comments on commit 248e210

Please sign in to comment.