feat: add parallel

This commit is contained in:
2025-06-04 18:51:00 +09:00
parent 9612261f4b
commit 0e488a836a
4 changed files with 17 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
"plugins": [{ "name": "typescript-tstl-plugin" }],
"outDir": "dist",
"types": ["./types/index", "@typescript-to-lua/language-extensions"],
"noImplicitAny": false
"noImplicitAny": true
},
"tstl": {
"luaTarget": "5.4",