mirror of
https://github.com/MincoMK/computercraft-ts.git
synced 2025-12-10 06:23:19 +00:00
fix: multi return
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"strict": true,
|
||||
"plugins": [{ "name": "typescript-tstl-plugin" }],
|
||||
"outDir": "dist",
|
||||
"types": ["./types/index"],
|
||||
"types": ["./types/index", "@typescript-to-lua/language-extensions"],
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"tstl": {
|
||||
|
||||
Reference in New Issue
Block a user