feat(core): 集成全局异常过滤器、响应拦截器、Swagger文档、Helmet安全、限流器及TypeORM迁移支持,完善项目基础结构

This commit is contained in:
dayjoy
2026-03-11 14:39:09 +08:00
parent 886aa79be3
commit ee017f9250
14 changed files with 354 additions and 125 deletions

View File

@@ -17,7 +17,7 @@ export default tseslint.config(
...globals.node,
...globals.jest,
},
sourceType: 'commonjs',
sourceType: 'module',
parserOptions: {
projectService: true,
tsconfigRootDir: import.meta.dirname,