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