DefinitelyTyped/duplexer2/tsconfig.json
Goldsmith42 52f15e0fca Definitions for duplexer2 (#13860)
* Added definition for async-polling

* async-polling tests with noImplicitAny

* Definitions for xsd-schema-validator

* Definitions for duplexer2.

* Added noImplicitThis: true
2017-01-09 08:59:12 -08:00

20 lines
432 B
JSON

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