Skip to content

Commit 8115118

Browse files
committed
feat(api): adding tsPlugins for nestjs swagger
1 parent b5a7f81 commit 8115118

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/api/project.json

+8
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
"main": "apps/api/src/main.ts",
3434
"outputPath": "dist/apps/api",
3535
"sourceMap": true,
36+
"tsPlugins": [
37+
{
38+
"name": "@nestjs/swagger/plugin",
39+
"options": {
40+
"dtoFileNameSuffix": [".dto.ts", ".vm.ts"]
41+
}
42+
}
43+
],
3644
"tsConfig": "apps/api/tsconfig.app.json"
3745
}
3846
},

0 commit comments

Comments
 (0)