Logo
Explore Help
Sign In
wangdl/api-server
2
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

8 lines
146 B
JSON
Raw Normal View History

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: set rootDir to src in tsconfig.build.json for consistent output The NestJS build was outputting to dist/src/main.js instead of dist/main.js due to TypeScript's automatic rootDir calculation. Explicit rootDir: "src" ensures the output is always at dist/main.js. Also remove the test-run debugging step from CI. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 11:52:27 +08:00
"compilerOptions": {
"rootDir": "src"
},
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
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 49ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API