fix: lang ext

This commit is contained in:
2025-06-05 00:08:34 +09:00
parent 1f90bacb83
commit c21c4ecf43
5 changed files with 7 additions and 4 deletions

View File

@@ -4,11 +4,12 @@
"target": "ESNext",
"lib": ["ESNext"],
"moduleResolution": "Node",
"types": ["computercraft-ts"],
"types": ["computercraft-ts", "@typescript-to-lua/language-extensions"],
"strict": true,
"declaration": true,
"outDir": "dist/",
"rootDir": "src/"
"rootDir": "src/",
"noImplicitAny": false
},
"tstl": {
"luaTarget": "JIT",