Skip to content

Commit

Permalink
docs: fix skipLibCheck link (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
kricsleo authored Nov 26, 2024
1 parent cbea52e commit a5f7e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ark/docs/src/content/docs/intro/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You'll also need...
- A `package.json` with `"type": "module"` (or an environment that supports ESM imports)
- A `tsconfig.json` with...
- [`strict`](https://www.typescriptlang.org/tsconfig#strict) or [`strictNullChecks`](https://www.typescriptlang.org/tsconfig/#strictNullChecks) (**required**)
- [`skipLibCheck`](https://www.typescriptlang.org/tsconfig/#exactOptionalPropertyTypes) (strongly recommended, see [FAQ](/reference/faq#why-do-i-see-type-errors-in-an-arktype-package-in-node_modules))
- [`skipLibCheck`](https://www.typescriptlang.org/tsconfig/#skipLibCheck) (strongly recommended, see [FAQ](/faq/#why-do-i-see-type-errors-in-an-arktype-package-in-node_modules))
- [`exactOptionalPropertyTypes`](https://www.typescriptlang.org/tsconfig/#exactOptionalPropertyTypes) (recommended)

## VSCode
Expand Down

0 comments on commit a5f7e4b

Please sign in to comment.