Files
DefinitelyTyped/get-stdin/tsconfig.json
Daniel Rosenwasser e31cdc7baa Added declarations for 'get-stdin'. (#13128)
* Added declarations for 'get-stdin'.

* Moved 'types' dependency on 'node to a triple-slash ref comment.

* Added linting for 'get-stdin'.
2016-12-07 11:23:24 -08:00

20 lines
396 B
JSON

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