mirror of
https://github.com/MincoMK/create-computercraft.git
synced 2025-12-10 06:33:18 +00:00
fix: lang ext
This commit is contained in:
@@ -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" }],
|
||||
|
||||
Reference in New Issue
Block a user