Files
nest/sample/23-graphql-code-first/nest-cli.json
2020-09-21 13:30:50 +02:00

13 lines
173 B
JSON

{
"compilerOptions": {
"plugins": [
{
"name": "@nestjs/graphql",
"options": {
"introspectComments": true
}
}
]
}
}