Files

16 lines
310 B
JSON

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