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",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "",
|
||||
"files": [
|
||||
"./dist/**/*.js",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"tstl": {
|
||||
"luaTarget": "5.4",
|
||||
"noHeader": true,
|
||||
"noImplicitSelf": true,
|
||||
"luaBundle": "bundle.lua",
|
||||
"luaBundleEntry": "src/main.ts"
|
||||
},
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
},
|
||||
"tstl": {
|
||||
"luaTarget": "JIT",
|
||||
"buildMode": "library"
|
||||
"buildMode": "library",
|
||||
"noImplicitSelf": true
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user