We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6697c commit 3868e0dCopy full SHA for 3868e0d
docs/configuration.md
@@ -13,7 +13,7 @@ You can use our [VS Code extension](editor-support.md) or manually specify the J
13
```json title=tsconfig.json
14
{
15
// Optional: Schema file for hints and validation
16
- "$schema": "https://raw.githubusercontent.com/TypeScriptToLua/vscode-typescript-to-lua/master/tsconfig-schema.json",
+ "$schema": "https://raw.githubusercontent.com/TypeScriptToLua/TypeScriptToLua/master/tsconfig-schema.json",
17
18
// ... tsconfig options
19
0 commit comments