nestjs-guard-grpc
Version:
```sh nest g library nestjs-guard-grpc ```
19 lines (18 loc) • 437 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"lib": ["es2016", "esnext.asynciterable"]
},
"exclude": ["node_modules"]
}