DefinitelyTyped/koa-basic-auth/tsconfig.json
Tobias4872 07ab890c05 adding koa-basic-auth declarations and tests (#13569)
* adding koa-basic-auth declarations and tests

* adding noImplicitThis option

* fixing return type

* changes based on feedback from Andy
2016-12-27 16:11:09 -05:00

21 lines
437 B
JSON

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