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:
@@ -16,6 +16,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.27.0",
|
||||
"@typescript-to-lua/language-extensions": "^1.19.0",
|
||||
"computercraft-ts": "latest",
|
||||
"eslint": "^9.27.0",
|
||||
"globals": "^16.2.0",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user