fennec-be/nest-cli.json
2021-01-31 19:42:17 +08:00

9 lines
159 B
JSON

{
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"plugins": ["@nestjs/graphql"],
"introspectComments": true
}
}