summary refs log tree commit diff
path: root/build.tab-linux-desktop.json
blob: f3cce980b83fdbdc630f789d49016040c7746b2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"]
	}
}