reest
Version:
A library inspired by NestJS's elegance, specifically designed for efficient serverless API development on AWS Lambda. It streamlines the creation of microservices with automated Swagger documentation and enhanced decorator-based middleware support, makin
22 lines (21 loc) • 532 B
JSON
{
"compilerOptions": {
"outDir": ".build",
"target": "ESNext",
"module": "commonjs",
"sourceMap": true,
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strictPropertyInitialization": false,
"resolveJsonModule": true,
"declaration": true
},
"include": ["./**/*.ts"],
"exclude": ["node_modules"]
}