Skip to content

Commit

Permalink
🐞 fix(main-app,monorepo-1): 处理 moduleResolution 的报错。
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Nov 30, 2024
1 parent 058eaa1 commit 619876e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/monorepo-1/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
}
],
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "nodenext",
"paths": {
// 警告 目前该配置无意义 无效
"@/*": [
Expand Down

0 comments on commit 619876e

Please sign in to comment.