Skip to content

Commit

Permalink
feat: adjust path
Browse files Browse the repository at this point in the history
  • Loading branch information
zty1205 committed Aug 9, 2021
1 parent 422cb31 commit f1cb78a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"paths": {
// 指定模块的路径,和baseUrl有关联
"@mitojs/*": ["packages/*/src/"],
"@/test/*": ["test/*"],
"@zyf2e/monitor-(.*)": ["packages/*/src/"]
"@/test/*": ["test/*"]
},
"types": ["node", "jest", "wechat-miniprogram", "puppeteer"],
"target": "ES5", // 编译成什么版本
Expand Down

0 comments on commit f1cb78a

Please sign in to comment.