Skip to content

Commit

Permalink
chore: remove allowImportingTsExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
pethel committed Sep 23, 2024
1 parent 612efba commit 2082575
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"moduleResolution": "node",
"strict": true,
"jsx": "react",
"lib": ["dom", "es2019"],
"allowImportingTsExtensions": true
"lib": ["dom", "es2019"]
}
}

0 comments on commit 2082575

Please sign in to comment.