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:
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "nodenext",
|
||||
"moduleResolution": "nodenext",
|
||||
"resolvePackageJsonExports": true,
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"isolatedModules": true,
|
||||
"declaration": true,
|
||||
|
||||
Reference in New Issue
Block a user