mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-17 21:53:12 +02:00
16 lines
308 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|