mirror of
https://github.com/dadosfera/maestro.git
synced 2026-08-31 19:58:21 +00:00
9 lines
146 B
JSON
9 lines
146 B
JSON
{
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"assets": ["**/*.proto"],
|
|
"watchAssets": true
|
|
}
|
|
}
|