{
	"compilerOptions": {
		"target": "ESNext",
		"module":"ESNext",
		"sourceMap": false,
		"experimentalDecorators": false,
		"newLine": "LF",
		"strict": true,
	},
	"files":[
		"be-detail-oriented.ts"
	],
	"exclude":[
		"build",
		"node_modules",
	]

}