settings, textutils

This commit is contained in:
2025-06-07 12:21:17 +09:00
parent 2a1178c66f
commit 68b0895ca2
3 changed files with 193 additions and 3 deletions

View File

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