aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: 7dc02bd23c439e9d70241a795657b002ad64f7c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"compilerOptions": {
		"module": "commonjs",
		"target": "ES5",
		"outDir": "./build",
		"sourceMap": true
	},
	"files": [
		"src/index.ts"
	]
}