mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-04 19:27:50 +08:00
finish basic autocraft for create store
This commit is contained in:
9
tsconfig.autocraft.json
Normal file
9
tsconfig.autocraft.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/MCJack123/TypeScriptToLua/master/tsconfig-schema.json",
|
||||
"extends": "./tsconfig.json",
|
||||
"tstl": {
|
||||
"luaBundle": "build/autocraft.lua",
|
||||
"luaBundleEntry": "src/autocraft/main.ts"
|
||||
},
|
||||
"include": ["src/autocraft/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user