summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: c0a60588395eebf048d37bf0026630ae1bf7a4c7 (plain)
1
2
3
4
5
6
7
8
9
10
{
	"compilerOptions": {
		"outDir": "./dist/",
		"sourceMap": true,
		"module": "commonjs",
		"target": "ES2015",
		"lib": [ "es2015", "dom" ],
		"strict": true
	}
}