mirror of
https://github.com/MincoMK/create-computercraft.git
synced 2025-12-10 06:33:18 +00:00
fix: noImplicitSelf
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "create-computercraft",
|
"name": "create-computercraft",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"description": "",
|
"description": "",
|
||||||
"files": [
|
"files": [
|
||||||
"./dist/**/*.js",
|
"./dist/**/*.js",
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
"tstl": {
|
"tstl": {
|
||||||
"luaTarget": "5.4",
|
"luaTarget": "5.4",
|
||||||
"noHeader": true,
|
"noHeader": true,
|
||||||
|
"noImplicitSelf": true,
|
||||||
"luaBundle": "bundle.lua",
|
"luaBundle": "bundle.lua",
|
||||||
"luaBundleEntry": "src/main.ts"
|
"luaBundleEntry": "src/main.ts"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -12,7 +12,8 @@
|
|||||||
},
|
},
|
||||||
"tstl": {
|
"tstl": {
|
||||||
"luaTarget": "JIT",
|
"luaTarget": "JIT",
|
||||||
"buildMode": "library"
|
"buildMode": "library",
|
||||||
|
"noImplicitSelf": true
|
||||||
},
|
},
|
||||||
"include": ["src/**/*"]
|
"include": ["src/**/*"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user