summaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: afb8e79d2a11591c2cc8d485e48109f161cab89c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"compilerOptions": {
		"module": "commonjs",
		"target": "es5",
		"outDir": "out",
		"sourceMap": true,
		"rootDir": "."
	},
	"exclude": [
		"node_modules"
	]
}