mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* (adal-angular) export AuthenticationContext as module * add adal-angular properties and tests * add adal-angular properties and tests * add response type property * fix testing errors * add esModuleInterop support
26 lines
545 B
JSON
26 lines
545 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"dom",
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"adal-angular-tests.ts"
|
|
]
|
|
}
|