The configuration file for typescript compiler.

{
	"compilerOptions" : {
		"target" : "esnext",
		"watch" : true
	}
}