-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Blass
committed
May 22, 2024
1 parent
6e39e69
commit 8cd0807
Showing
7 changed files
with
24 additions
and
13 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@arktype/attest": patch | ||
"@arktype/fs": patch | ||
"@arktype/schema": patch | ||
"arktype": patch | ||
"@arktype/util": patch | ||
--- | ||
|
||
Initial changeset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Getting Started | ||
--- | ||
|
||
## Installation | ||
|
||
```bash | ||
# (or whatever package manager you prefer) | ||
npm install arktype | ||
``` | ||
|
||
Our types are tested in [strict-mode](https://www.typescriptlang.org/tsconfig#strict) with TypeScript version `5.1+`. | ||
|
||
If your types work but you notice errors in node_modules, this could be due to `tsconfig` incompatibilities- please enable `compilerOptions/skipLibCheck` ([docs](https://www.typescriptlang.org/tsconfig/#skipLibCheck)). |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.