svr-imp/nest-cli.json

10 lines
207 B
JSON
Raw Permalink Normal View History

2019-09-25 09:23:05 +00:00
{
"$schema": "https://json.schemastore.org/nest-cli",
2019-09-25 09:23:05 +00:00
"collection": "@nestjs/schematics",
2022-08-02 00:15:21 +00:00
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"plugins": ["@nestjs/swagger"]
2022-08-02 00:15:21 +00:00
}
2019-09-25 09:23:05 +00:00
}