fileserver/old_backend/nest-cli.json

10 lines
203 B
JSON
Raw Normal View History

2022-08-28 15:37:09 +00:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"monorepo": true,
"sourceRoot": "src",
"compilerOptions": {
"tsConfigPath": "tsconfig.json"
}
}