mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 19:00:55 +00:00
14 lines
346 B
JSON
14 lines
346 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"assets": [
|
|
{ "include": "migrations/**/*", "outDir": "dist" },
|
|
{ "include": "contracts/templates/**/*", "watchAssets": true }
|
|
],
|
|
"watchAssets": true
|
|
}
|
|
}
|