Files
digital_reception_ra/apps/polimed-mock/nest-cli.json
T

16 lines
310 B
JSON

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