Skip to content

Commit

Permalink
feat: enable allowImportingTsExtensions in configuration (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
thasmo authored Nov 30, 2024
1 parent 173fb73 commit 6159508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration/basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"isolatedModules": true,
"isolatedDeclarations": true,
"forceConsistentCasingInFileNames": true,
"allowImportingTsExtensions": true,

"strict": true,
"useDefineForClassFields": true,
Expand Down

0 comments on commit 6159508

Please sign in to comment.