Skip to content

Commit

Permalink
Added allowImportingTsExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
prjctimg committed Oct 23, 2023
1 parent d6da684 commit c855e45
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 @@ -3,7 +3,7 @@
"src/index.ts"
],
"compilerOptions": {
// "allowImportingTsExtensions": true,
"allowImportingTsExtensions": true,
"skipLibCheck": true,
// "allowJs": true,
"checkJs": true,
Expand Down

0 comments on commit c855e45

Please sign in to comment.