There was an error while loading. Please reload this page.
1 parent 6ea99c3 commit f86b2d6Copy full SHA for f86b2d6
1 file changed
tsconfig-schema.json
@@ -55,7 +55,7 @@
55
"description": "Specifies the Lua version you want to generate code for.",
56
"type": "string",
57
"default": "universal",
58
- "enum": ["5.0", "universal", "5.1", "5.2", "5.3", "JIT"]
+ "enum": ["5.0", "universal", "5.1", "5.2", "5.3", "JIT", "CC"]
59
},
60
"noImplicitGlobalVariables": {
61
"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