Files
nest/sample/33-graphql-mercurius/nest-cli.json

13 lines
173 B
JSON

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