Logo
Explore Help
Sign In
xueteng/video-flow-b
1
0
Fork 0
You've already forked video-flow-b
forked from 77media/video-flow
Code Pull Requests Activity
video-flow-b/tsconfig.test.json
海龙 ab10493248 更新配置文件以支持测试和视频片段功能;在 jest.config.js 中设置全局测试超时为 30 秒;在 tsconfig.json 中添加新的编译选项以增强类型检查;新增 tsconfig.test.json 文件以支持测试环境配置;在 video_flow.ts 中重构 API 接口以使用 VideoSegmentEntity 替代 ShotEntity,并更新相关服务和测试用例以反映这些更改。
2025-08-05 20:12:30 +08:00

17 lines
263 B
JSON
Raw Blame History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["jest", "node"],
"isolatedModules": false
},
"include": [
"**/*.test.ts",
"**/*.test.tsx",
"**/*.spec.ts",
"**/*.spec.tsx"
],
"exclude": [
"node_modules"
]
}
View Git Blame Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 66ms Template: 3ms
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