fix: types
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
"target": "ESNext",
|
||||
"lib": ["ESNext"],
|
||||
"moduleResolution": "Node",
|
||||
"types": ["computercraft-ts", "@typescript-to-lua/language-extensions"],
|
||||
"types": [
|
||||
"computercraft-ts",
|
||||
"@typescript-to-lua/language-extensions",
|
||||
"./types/index"
|
||||
],
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"outDir": "dist/",
|
||||
|
||||
Reference in New Issue
Block a user