Files
DefinitelyTyped/oauth2orize/tsconfig.json
Kei Son 2bf6317d73 Typings for oauth2orize (#12712)
* Typings for oauth2orize

* Adopt @andy-ms ' review

* Change IssuedFunction more simpler
2016-11-21 18:23:56 -08:00

21 lines
438 B
JSON

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