Files
DefinitelyTyped/ldapjs/tsconfig.json
Rogier Schouten 92cf2a36b1 Add typings for ldapjs. (#11783)
* Add typings for ldapjs.

* process review comment
2016-10-08 10:33:18 -07:00

19 lines
397 B
JSON

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