79764988b8
* Add configuration with LDAP attributes mappings * Add default company and remove application check since it's not configurable * Change error handling, now all the requests are independent
13 lines
280 B
JSON
13 lines
280 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"useUnknownInCatchVariables": false
|
|
},
|
|
"include": ["src"]
|
|
}
|
|
|