Skip to content

Commit

Permalink
fix!: use new 'bundler' module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 3, 2023
1 parent 4a20b4f commit 7bb8621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ declare module 'nitropack' {
strict: nitro.options.typescript.strict,
target: "ESNext",
module: "ESNext",
moduleResolution: "Node",
moduleResolution: "Bundler",
allowJs: true,
resolveJsonModule: true,
jsx: "preserve",
Expand Down

0 comments on commit 7bb8621

Please sign in to comment.