fennec-be/nest-cli.json

9 lines
159 B
JSON
Raw Permalink Normal View History

2021-01-31 11:15:21 +08:00
{
"collection": "@nestjs/schematics",
2021-01-31 19:42:17 +08:00
"sourceRoot": "src",
"compilerOptions": {
"plugins": ["@nestjs/graphql"],
"introspectComments": true
}
2021-01-31 11:15:21 +08:00
}