Skip to content

Commit

Permalink
Use es2022 module & fixed dep init effect
Browse files Browse the repository at this point in the history
  • Loading branch information
mantou132 committed Aug 25, 2024
1 parent 79d724f commit f98e975
Show file tree
Hide file tree
Showing 15 changed files with 1,793 additions and 1,809 deletions.
2 changes: 1 addition & 1 deletion packages/config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"declarationMap": true,
"isolatedModules": true,
"sourceMap": true,
"module": "ES2020",
"module": "es2022",
"moduleResolution": "node",
"resolveJsonModule": true,
"skipLibCheck": true,
Expand Down
Loading

0 comments on commit f98e975

Please sign in to comment.