9 lines
159 B
JSON
9 lines
159 B
JSON
{
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"plugins": ["@nestjs/graphql"],
|
|
"introspectComments": true
|
|
}
|
|
}
|