{ "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { "assets": [ { "include": "../seeds/**/*.json", "outDir": "dist/seeds", "watchAssets": true } ], "watchAssets": true } }