DefinitelyTyped/types/openid/tsconfig.json
Jacob Stein 2d339041fd Add type definitions for openid (#36255)
* Add type definitions for openid

* Remove package.json

* Fix header
2019-06-19 15:50:56 -07:00

24 lines
407 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",
"openid-tests.ts"
]
}