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