2023-01-25 09:50:05 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
|
|
"collection": "@nestjs/schematics",
|
2023-01-25 14:16:13 +00:00
|
|
|
"sourceRoot": "src",
|
|
|
|
"compilerOptions": {
|
|
|
|
"assets": ["**/*.proto"],
|
|
|
|
"watchAssets": true
|
|
|
|
}
|
2023-01-25 09:50:05 +00:00
|
|
|
}
|