Picsur/backend/nest-cli.json

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