summary refs log tree commit diff
path: root/build.tab-linux-desktop.json
diff options
context:
space:
mode:
Diffstat (limited to 'build.tab-linux-desktop.json')
-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"]
+	}
+}