Skip to content

Commit 793e7f0

Browse files
authored
Add "5.4" to luaTarget tsconfig description (#1462)
1 parent 278ead6 commit 793e7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"description": "Specifies the Lua version you want to generate code for.",
5151
"type": "string",
5252
"default": "universal",
53-
"enum": ["5.0", "universal", "5.1", "5.2", "5.3", "JIT"]
53+
"enum": ["5.0", "universal", "5.1", "5.2", "5.3", "5.4", "JIT"]
5454
},
5555
"noImplicitGlobalVariables": {
5656
"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

Comments
 (0)