DefinitelyTyped/types/auth-header/tsconfig.json
Forbes Lindesay f46aa0bfb1 Add types for auth-header (#29779)
* Add types for auth-header

* Address Feedback
2018-10-18 08:37:35 -07:00

24 lines
492 B
JSON

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