Files
reiverr/backend/nest-cli.json
2024-12-03 19:03:00 +02:00

16 lines
308 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"assets": [
{
"include": "../plugins/**",
"outDir": "dist/plugins",
"watchAssets": true
}
]
}
}