Skip to content

Commit

Permalink
chore(ops): update module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Nov 1, 2023
1 parent f9654e3 commit 6db1bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/standard-web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "bundler",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
Expand Down

0 comments on commit 6db1bde

Please sign in to comment.