Skip to content

Commit

Permalink
🔧 chore: 调整配置项
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jun 4, 2021
1 parent afeb797 commit 852df33
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/image-gallery/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
/* 模块导入配置项 */
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"baseUrl": ".",
"types": ["../../types", "@types/jest", "./types"]
"baseUrl": "../..",
"paths": {
"@arvinxu/image-gallery": ["./packages/image-gallery/src"]
}
}
}

0 comments on commit 852df33

Please sign in to comment.