Files
cc-utils/targets/tsconfig.logExample.json

10 lines
323 B
JSON

{
"$schema": "https://raw.githubusercontent.com/MCJack123/TypeScriptToLua/master/tsconfig-schema.json",
"extends": "../tsconfig.json",
"tstl": {
"luaBundle": "../build/logExample.lua",
"luaBundleEntry": "../src/logExample/main.ts"
},
"include": ["../src/logExample/*.ts", "../src/lib/ccStructLog/*.ts"]
}