UNPKG

@mntu/nestjs-ldap

Version:

NestJS library to access LDAP

18 lines (17 loc) 462 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "esnext", "target": "es2017", "lib": ["es2018", "es2020", "esnext"], "jsx": "react", "allowJs": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "experimentalDecorators": true, "noImplicitAny": true, "sourceMap": true }, "include": ["typings/global.d.ts", "lib"], "exclude": ["dist", "node_modules", ".local"] }