DefinitelyTyped/is-binary-path/tsconfig.json
Daniel Rosenwasser f599b18306 Added declarations for 'is-binary-path'. (#13173)
* Added declarations for 'is-binary-path'.

* Ensure 'is-binary-path' returns a 'boolean'.
2016-12-08 14:12:51 -08:00

20 lines
405 B
JSON

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