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