Picsur/backend/nest-cli.json

13 lines
251 B
JSON
Raw Normal View History

2022-02-21 09:46:03 +00:00
{
2022-02-21 21:17:44 +00:00
"$schema": "https://json.schemastore.org/nest-cli",
2022-02-21 09:46:03 +00:00
"collection": "@nestjs/schematics",
2022-02-21 21:17:44 +00:00
"sourceRoot": "src",
"generateOptions": {
"spec": false
},
2022-05-01 21:29:56 +00:00
"compilerOptions": {
"tsConfigPath": "tsconfig.build.json"
},
2022-02-21 21:17:44 +00:00
"exec": "pog"
2022-02-21 09:46:03 +00:00
}