Files
Picsur/backend/nest-cli.json

12 lines
228 B
JSON
Raw Permalink 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.json"
}
2022-02-21 10:46:03 +01:00
}