summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: 6e1f66d3ff4fb72efef4fc843bbbefc5e0bbcacb (plain)
1
2
3
4
5
6
7
8
{
	"compilerOptions": {
		"outDir": "./dist/",
		"sourceMap": true,
		"target": "ES2015",
		"strict": true
	}
}