14 lines
237 B
JSON
14 lines
237 B
JSON
{
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"assets": [
|
|
{
|
|
"include": "modules/tbank/proto/contracts/**/*",
|
|
"outDir": "dist"
|
|
}
|
|
],
|
|
"watchAssets": true
|
|
}
|
|
}
|