summary refs log tree commit diff
path: root/build.tab-linux-desktop.json
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-17 13:17:12 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-17 13:17:12 +0200
commitb3a3ea2ff1a391872f10883dba27b828497cfd2e (patch)
treec8fdfa3f246c4660cb688baad4aa58879e46c3bd /build.tab-linux-desktop.json
parentMore patches (diff)
downloadserver-ts-dev/rory/client_patching.tar.xz
Better patch system dev/rory/client_patching
Diffstat (limited to '')
-rw-r--r--build.tab-linux-desktop.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/build.tab-linux-desktop.json b/build.tab-linux-desktop.json
new file mode 100644

index 00000000..f3cce980 --- /dev/null +++ b/build.tab-linux-desktop.json
@@ -0,0 +1,16 @@ +{ + "compiler": "tsc", + "verbose": true, + "writeBuildLog": true, + "writeAnsiBuildLog": true, + "logErrors": true, + "tsc": { + "prettyErrors": true + }, + "clean": true, + "quiet": false, + "steps": { + "pre": ["clean", "clean_cache"], + "post": ["remap_imports"] + } +}