2024-06-30 06:09:44 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
|
|
"collection": "@nestjs/schematics",
|
|
|
|
"sourceRoot": "src",
|
|
|
|
"compilerOptions": {
|
2024-06-30 14:28:35 +00:00
|
|
|
"assets": ["**/*.yml", "**/*.json"],
|
2024-06-30 06:09:44 +00:00
|
|
|
"watchAssets": true,
|
|
|
|
"deleteOutDir": true
|
|
|
|
}
|
|
|
|
}
|