blog-be/nest-cli.json
2021-04-17 13:54:26 +08:00

9 lines
159 B
JSON

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