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