innotec-auth-plugin
Version:
The Innotec-Auth-Plugin is designed to handle all authentication processes for applications where's conntected to the innotec v2 infrastructure. Theses plugin provides different authentication processes:
23 lines (21 loc) • 433 B
JSON
{
"compilerOptions": {
"removeComments": true,
"noImplicitAny": false,
"module": "es2015",
"target": "es2015",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"declaration": true,
"sourceMap": true,
"moduleResolution": "node",
"rootDir": ".",
"lib": ["es5", "es2015", "dom"]
},
"exclude": [
"node_modules",
"demo",
"gulp-tasks",
"**/*.*spec.ts"
]
}