diff options
| -rw-r--r-- | tlconfig.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tlconfig.lua b/tlconfig.lua new file mode 100644 index 00000000..342d167b --- /dev/null +++ b/tlconfig.lua | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | return { | ||
| 2 | build_dir = "build", | ||
| 3 | source_dir = "src", | ||
| 4 | include_dir = { "src", "types" }, | ||
| 5 | gen_target = "5.1", | ||
| 6 | } | ||
