This website requires JavaScript.
Explore
Help
Sign In
wangdl
/
api-server
Watch
2
Star
0
Fork
0
You've already forked api-server
Code
Issues
3
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
api-server
/
tsconfig.build.json
5 lines
97 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: init api-server v0.1 - NestJS + TypeScript 后端 API - 用户认证 (auth) - 用户管理 (users) - 学习路径与课程 (learning) - AI 分析与对话 (ai) - 用户反馈 (feedback) - 等待名单 (waitlist) - 知识库 (knowledge) - Swagger API 文档(中文、访问控制) - Basic Auth 保护生产环境文档
2026-05-04 16:09:01 +08:00
{
"extends"
:
"./tsconfig.json"
,
fix: revert rootDir, instead normalize dist path in CI build step The rootDir approach caused cascading TypeScript compilation issues. Instead, the CI now detects whether nest build outputs to dist/src/main.js and moves it to dist/main.js automatically. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 11:58:16 +08:00
"exclude"
:
[
"node_modules"
,
"test"
,
"dist"
,
"**/*spec.ts"
]
feat: init api-server v0.1 - NestJS + TypeScript 后端 API - 用户认证 (auth) - 用户管理 (users) - 学习路径与课程 (learning) - AI 分析与对话 (ai) - 用户反馈 (feedback) - 等待名单 (waitlist) - 知识库 (knowledge) - Swagger API 文档(中文、访问控制) - Basic Auth 保护生产环境文档
2026-05-04 16:09:01 +08:00
}
Reference in New Issue
Copy Permalink