aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: f6b7f2975e9e1e6ffc6f58b0b3c3cb900ccbf82d (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"compilerOptions": {
		"module": "amd",
		"target": "ES5",
		"outFile": "./build/muttagen.user.js",
		"sourceMap": true
	},
	"files": [
		"index.ts"
	]
}