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