refactor: 降级抖音SDK版本并优化项目配置

- 降级@open-dy/open_api_sdk从1.1.3到1.1.2解决兼容性问题
- 优化import顺序,移动HttpModule和JwtModule到顶部
- 移除未使用的TemplateController导入
- 修复TypeScript配置,改用commonjs模块系统
- 添加DouyinAuthClient文件到版本控制
This commit is contained in:
imeepos
2025-09-08 13:41:24 +08:00
parent 39f2ecc4f5
commit 3d7370d73a
6 changed files with 40 additions and 12 deletions

View File

@@ -1,8 +1,7 @@
{
"compilerOptions": {
"module": "nodenext",
"moduleResolution": "nodenext",
"resolvePackageJsonExports": true,
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"isolatedModules": true,
"declaration": true,