DefinitelyTyped/types/get-stream/tsconfig.json
Douglas Duteil defaf2888e feat(get-stream): add typings for get-stream (#16953)
* feat(get-stream): add typings for `get-stream`

* Remove blank line
2017-06-04 14:17:27 -07:00

23 lines
454 B
JSON

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