11 lines
211 B
JSON
11 lines
211 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
||
|
|
"collection": "@nestjs/schematics",
|
||
|
|
"sourceRoot": "src",
|
||
|
|
"compilerOptions": {
|
||
|
|
"assets": [
|
||
|
|
"**/*.proto"
|
||
|
|
],
|
||
|
|
"watchAssets": true
|
||
|
|
}
|
||
|
|
}
|