8 lines
134 B
JSON
8 lines
134 B
JSON
|
{
|
||
|
"collection": "@nestjs/schematics",
|
||
|
"sourceRoot": "src",
|
||
|
"compilerOptions": {
|
||
|
"plugins": ["@nestjs/graphql/plugin"]
|
||
|
}
|
||
|
}
|