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