Skip to content

Commit

Permalink
Update typescript moduleResolution to "Bundler"
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarah committed Mar 5, 2024
1 parent ee2f36f commit e13ac62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/tsconfig/nextjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"noEmit": true,
"incremental": true,
"module": "esnext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
Expand Down
3 changes: 2 additions & 1 deletion packages/tsconfig/react-library.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"extends": "./base.json",
"compilerOptions": {
"jsx": "react-jsx",
"module": "esnext"
"module": "esnext",
"moduleResolution": "Bundler",
}
}

0 comments on commit e13ac62

Please sign in to comment.