UNPKG

auth-service-nestjs

Version:

Authorization service for lightweight systems

24 lines (23 loc) 634 B
{ "exclude": ["node_modules", "test", "dist", "**/*spec.ts"], "compilerOptions": { "module": "commonjs", "allowJs": true, "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2021", "sourceMap": true, "outDir": "./pack/dist", "baseUrl": "./", "incremental": true, "skipLibCheck": true, "strictNullChecks": false, "noImplicitAny": false, "strictBindCallApply": false, "forceConsistentCasingInFileNames": false, "noFallthroughCasesInSwitch": false } }