angularx-adal
Version:
Fork of angular2-adal from sureshchahal (fix for adal timeout). Azure AD Library - ADAL in Angular 5
25 lines • 431 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"noImplicitAny": true,
"experimentalDecorators": true,
"outDir": "dist/",
"rootDir": "src/",
"sourceMap": true,
"removeComments": false,
"lib": [
"es2015",
"dom"
],
"types": [
"adal"
]
},
"exclude": [
"node_modules",
"gulp",
"dist"
],
"skipLibCheck": true
}