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" ] }