DefinitelyTyped/types/readable-stream/tsconfig.json
Simon Schick cbe21d594a feat(node): v12.11 (#39116)
* feat(node): v12.11

* fixup! feat(node): v12.11

* fixup! fixup! feat(node): v12.11

* fixup! fixup! fixup! feat(node): v12.11

* fixup! fixup! fixup! fixup! feat(node): v12.11
2019-10-15 14:15:44 -07:00

24 lines
496 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"readable-stream-tests.ts"
]
}