Skip to content

Commit 3868e0d

Browse files
committed
Fix json schema link
1 parent 5f6697c commit 3868e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can use our [VS Code extension](editor-support.md) or manually specify the J
1313
```json title=tsconfig.json
1414
{
1515
// Optional: Schema file for hints and validation
16-
"$schema": "https://raw.githubusercontent.com/TypeScriptToLua/vscode-typescript-to-lua/master/tsconfig-schema.json",
16+
"$schema": "https://raw.githubusercontent.com/TypeScriptToLua/TypeScriptToLua/master/tsconfig-schema.json",
1717

1818
// ... tsconfig options
1919

0 commit comments

Comments
 (0)