Skip to content

Commit

Permalink
fix: disable import ts extension option
Browse files Browse the repository at this point in the history
  • Loading branch information
joelcox22 committed Apr 27, 2024
1 parent 26be655 commit 50f61f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"noEmitOnError": true,
"isolatedModules": true,
"allowSyntheticDefaultImports": true,
"allowImportingTsExtensions": true,
"allowImportingTsExtensions": false, // just import `.js` instead of `.ts` instead... even though that falls awkward.
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
Expand Down

0 comments on commit 50f61f6

Please sign in to comment.