reconstruct: project compile

This commit is contained in:
2025-10-27 22:33:27 +08:00
parent 1891259ee7
commit e680ef0263
11 changed files with 50 additions and 50 deletions

View 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"]
}