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

@@ -3,7 +3,7 @@
"compilerOptions": {
"target": "ESNext",
"lib": ["ESNext"],
"types": ["computercraft-ts"],
"types": ["computercraft-ts", "@typescript-to-lua/language-extensions"],
"moduleResolution": "Node",
"strict": true,
"plugins": [{ "name": "typescript-tstl-plugin" }],