{
	"compilerOptions": {
		"target": "ESNext",
		"module":"ESNext",
		"sourceMap": false,
		"experimentalDecorators": false,
		"strict": true,
		"newLine": "LF",
		"watch": true
	},
	"files":[
		"lib/swag-tag-base.ts",
		"lib/swag-tag-demo.ts"
	],
	"exclude":[
		"build",
		"bower_components",
		"node_modules"
	]

}