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 278ead6 commit 793e7f0Copy full SHA for 793e7f0
1 file changed
tsconfig-schema.json
@@ -50,7 +50,7 @@
50
"description": "Specifies the Lua version you want to generate code for.",
51
"type": "string",
52
"default": "universal",
53
- "enum": ["5.0", "universal", "5.1", "5.2", "5.3", "JIT"]
+ "enum": ["5.0", "universal", "5.1", "5.2", "5.3", "5.4", "JIT"]
54
},
55
"noImplicitGlobalVariables": {
56
"description": "Always declare all root-level variables as local, even if the file is not a module and they would be global in TypeScript.",
0 commit comments