2022-12-23 15:36:23 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
|
|
"collection": "@nestjs/schematics",
|
2023-07-20 12:14:09 +00:00
|
|
|
"sourceRoot": "src",
|
|
|
|
"compilerOptions": {
|
|
|
|
"assets": ["**/*.proto"],
|
|
|
|
"watchAssets": true
|
|
|
|
}
|
2022-12-23 15:36:23 +00:00
|
|
|
}
|