Skip to content

Commit

Permalink
Change "moduleResolution" to "node"
Browse files Browse the repository at this point in the history
"bundler" causes a tsc issue with the generated graphql file where the imported file can't be found.
  • Loading branch information
schroda committed Oct 27, 2023
1 parent 1b4497d commit 10a57d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/* Bundler mode */
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "bundler",
"moduleResolution": "node",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
Expand Down

0 comments on commit 10a57d3

Please sign in to comment.