mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-05 03:37:50 +08:00
reconstruct: project compile
This commit is contained in:
9
targets/tsconfig.cliExample.json
Normal file
9
targets/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