Picsur/backend/nest-cli.json
2022-05-01 23:29:56 +02:00

13 lines
251 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"generateOptions": {
"spec": false
},
"compilerOptions": {
"tsConfigPath": "tsconfig.build.json"
},
"exec": "pog"
}