Skip to content

Commit

Permalink
set moduleResolution=bundler in testbed/basic/tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Dec 7, 2024
1 parent 29a8dc1 commit 9ad9402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/basic/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"moduleResolution": "Node",
"moduleResolution": "bundler",
"checkJs": true,
"noEmit": true
},
Expand Down

0 comments on commit 9ad9402

Please sign in to comment.