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