user/nest-cli.json

10 lines
200 B
JSON
Raw Normal View History

2022-12-13 12:39:06 +00:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
2022-12-13 17:00:07 +00:00
"sourceRoot": "src",
"compilerOptions": {
"assets": ["**/*.proto"],
"watchAssets": true
}
2022-12-13 12:39:06 +00:00
}