Skip to content

Commit f86b2d6

Browse files
committed
Add 'CC' as a valid luaTarget in schema
1 parent 6ea99c3 commit f86b2d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"description": "Specifies the Lua version you want to generate code for.",
5656
"type": "string",
5757
"default": "universal",
58-
"enum": ["5.0", "universal", "5.1", "5.2", "5.3", "JIT"]
58+
"enum": ["5.0", "universal", "5.1", "5.2", "5.3", "JIT", "CC"]
5959
},
6060
"noImplicitGlobalVariables": {
6161
"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)