Files
vtuber/apps/api/nest-cli.json

9 lines
145 B
JSON

{
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": ["**/*.json"],
"watchAssets": true
}
}