{ "$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" } }