Skip to content

Commit

Permalink
fix(frontend): 修复构建报 warning 的问题 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda authored Mar 10, 2024
1 parent a9aaa0f commit f574d0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### fixed

- fix(backend): 中文长度计算错误的问题(#54)
- fix(frontend): 修复构建报 warning 的问题(#55)

### chore

Expand Down
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"miniprogram-api-typings",
],
"baseUrl": ".",
"outDir": "build",
"paths": {
"tdesign-miniprogram/*":["miniprogram/miniprogram_npm/tdesign-miniprogram/*"],
"@api/*": ["miniprogram/api/*"],
Expand All @@ -30,6 +31,7 @@
}
},
"exclude": [
"node_modules"
"node_modules",
"build/**/*"
]
}

0 comments on commit f574d0f

Please sign in to comment.