fix: noImplicitSelf

This commit is contained in:
2025-06-04 00:45:36 +09:00
parent 1d014d8128
commit daf311688b
3 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
"tstl": {
"luaTarget": "5.4",
"noHeader": true,
"noImplicitSelf": true,
"luaBundle": "bundle.lua",
"luaBundleEntry": "src/main.ts"
},