summary refs log tree commit diff
path: root/build.json.default
blob: 22b85300fbc5be5de45274bbdb48aec9ff93292b (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"],
		"post": ["util_resources", "remap_imports"]
	}
}