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