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