UNPKG

stronger-typed-streams

Version:
21 lines (20 loc) 473 B
{ "compilerOptions": { "module": "commonjs", "preserveConstEnums": true, "strictNullChecks": true, "noImplicitThis": true, "lib": ["es2015"], "removeComments": false, "inlineSourceMap": true, "declaration": true, "target": "es5", "outDir": "dist", "alwaysStrict": true, "strictNullChecks": true }, "include": [ "src/**/*.ts", "test/**/*.ts" ] }