fix: multi return

This commit is contained in:
2025-06-04 04:33:40 +09:00
parent 927ba37a71
commit 3b7913ce19
4 changed files with 8 additions and 4 deletions

View File

@@ -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": {