Assist_Design/apps/bff/nest-cli.json

13 lines
293 B
JSON
Raw Normal View History

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"tsConfigPath": "tsconfig.build.json",
"deleteOutDir": false,
"watchAssets": true,
"assets": ["**/*.prisma"],
"builder": "tsc"
}
}