Skip to content

Commit

Permalink
Switch moduleResolution to bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Jan 16, 2024
1 parent eea8542 commit 0e7e9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/quill/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"resolveJsonModule": true,
"declaration": false,
"module": "ES2020",
"moduleResolution": "node",
"moduleResolution": "bundler",
"strictNullChecks": true,
"noImplicitAny": true,
"noUnusedLocals": true
Expand Down

0 comments on commit 0e7e9f8

Please sign in to comment.