@nestjs/swagger
Version:
Nest - modern, fast, powerful node.js web framework (@swagger)
28 lines (27 loc) • 670 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "nodenext",
"moduleResolution": "nodenext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "ES2021",
"lib": ["ES2021"],
"sourceMap": false,
"outDir": "./dist",
"rootDir": "./lib",
"skipLibCheck": true,
"strictNullChecks": false,
"types": ["node"]
},
"include": [
"lib/**/*"
],
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "e2e"]
}