fix: types
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "computercraft-vs",
|
"name": "computercraft-vs",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"author": "",
|
"author": "",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"types": "./types/index.d.ts",
|
"types": "types/index.d.ts",
|
||||||
"main": "./dist/main",
|
"main": "./dist/main",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**/*.lua",
|
"dist/**/*.lua",
|
||||||
|
|||||||
@@ -4,7 +4,11 @@
|
|||||||
"target": "ESNext",
|
"target": "ESNext",
|
||||||
"lib": ["ESNext"],
|
"lib": ["ESNext"],
|
||||||
"moduleResolution": "Node",
|
"moduleResolution": "Node",
|
||||||
"types": ["computercraft-ts", "@typescript-to-lua/language-extensions"],
|
"types": [
|
||||||
|
"computercraft-ts",
|
||||||
|
"@typescript-to-lua/language-extensions",
|
||||||
|
"./types/index"
|
||||||
|
],
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"outDir": "dist/",
|
"outDir": "dist/",
|
||||||
|
|||||||
Reference in New Issue
Block a user