-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
Codecov Report
@@ Coverage Diff @@
## master #35 +/- ##
=======================================
Coverage 82.25% 82.25%
=======================================
Files 5 5
Lines 124 124
Branches 25 25
=======================================
Hits 102 102
Misses 22 22 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #35 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 129 129
Branches 29 29
=====================================
Hits 129 129 Continue to review full report at Codecov.
|
"noFallthroughCasesInSwitch": true, | ||
"moduleResolution": "node", | ||
"baseUrl": "./", | ||
"paths": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
没有 sub-packages 的话最好不要用 paths,代码会很难理解(baseUrl 也一并移除吧)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok,这两个字段可以直接删除吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个 packages 我是用的 tsdx 脚手架生成的。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以的啊,直接删除。另外感觉:
"include": [
"src"
]
就行了
和其他项目统一格式后后再PR |
Log 中间件
Related issue link: #31