Skip to content

Commit ffe3475

Browse files
committed
Update docs
1 parent 5361755 commit ffe3475

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/New TypeScript Version.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ Or the site will fail the build. Once that file is ready, add it to the sidebar
3737

3838
##### TSConfig Reference
3939

40-
Updating the version of TypeScript will force you to update the TSConfig Reference. It will fail incrementally with each missing compiler flag.
40+
Updating the version of TypeScript will force you to update the TSConfig Reference and JSON Schema. It will fail incrementally with each missing compiler flag.
4141

4242
For each new flag:
4343

4444
- Add a markdown file for the new compiler flags. The build will crash and give you a command to run which will set that up.
4545

46+
- Add the flag to the JSON [schema base file](https://github.com/microsoft/TypeScript-website/blob/v2/packages/tsconfig-reference/scripts/schema/result/schema.json). You can leave descriptions blank in there as it will be added by the site.
47+
4648
- Update [tsconfigRules.ts](https://github.com/microsoft/TypeScript-website/blob/v2/packages/tsconfig-reference/scripts/tsconfigRules.ts#L16) - with things like:
4749

4850
- Default values

0 commit comments

Comments
 (0)