stronger-typed-streams
Version:
NodeJS Streams, but with stronger types
21 lines (20 loc) • 473 B
JSON
{
"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"
]
}