Assist_Design/apps/bff/nest-cli.json

14 lines
318 B
JSON
Raw Normal View History

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