Files
Picsur/backend/nest-cli.json

13 lines
251 B
JSON
Raw Normal View History

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