Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Mar 21, 2024
1 parent 1c0b897 commit 87a9769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bubbo-bubbo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"useDefineForClassFields": true,
"module": "ESNext",
"lib": ["ESNext", "DOM"],
"moduleResolution": "Node",
"moduleResolution": "bundler",
"strict": true,
"resolveJsonModule": true,
"isolatedModules": true,
Expand Down

0 comments on commit 87a9769

Please sign in to comment.