Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala authored Jul 25, 2024
1 parent e84a058 commit 0130812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"esModuleInterop": true,
"outDir": "dist",
"target": "ESNext",
"moduleResolution": "NodeNext"
"moduleResolution": "NodeNext",
"allowImportingTsExtensions": true
},
"include": [
"src/"
Expand Down

0 comments on commit 0130812

Please sign in to comment.