Skip to content

Commit

Permalink
Fix build error because of deprecated module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed Aug 29, 2024
1 parent 975521a commit f76ab6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/phoenix-event-display/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "es2020",
"outDir": "dist",
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true
Expand Down

0 comments on commit f76ab6d

Please sign in to comment.