mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
12 lines
275 B
JSON
12 lines
275 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"plugins": ["@nestjs/swagger"],
|
|
"tsConfigPath": "tsconfig.build.json",
|
|
"watchAssets": true
|
|
}
|
|
}
|