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