Files
epess-web-backend/nest-cli.json

17 lines
318 B
JSON

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