Files
workavia-drive/tdrive/backend/utils/ldap-sync/tsconfig.json
T
Anton Shepilov 79764988b8 * 🌟Synchronization of the user with LDAP (#206)
* 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
2023-09-12 16:20:37 +02:00

13 lines
280 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false
},
"include": ["src"]
}