{ "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", "sourceRoot": "src", "packageManager": "pnpm", "compilerOptions": { "deleteOutDir": true, "assets": ["src/common/mailTemplates/**/*", "src/views/**/*", "src/rpc/*"], "sourceMap": false, "declaration": false, "webpack": true, "tsConfigPath": "tsconfig.build.json" }, "defaults": { "path": "modules" } }