{
	"compilerOptions": {
		"target": "ESNext",
		"module":"ESNext",
		"sourceMap": false,
		"experimentalDecorators": false,
		"newLine": "LF",
		"watch": true
	},
	"exclude":[
		"build",
		"bower_components",
		"node_modules"
	]

}