Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix ts compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Sep 15, 2023
1 parent 374cbda commit 894ca68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"strict": true,
"target": "es2020",
"module": "NodeNext",
"moduleResolution": "nodenext",
"allowSyntheticDefaultImports": true
},
Expand Down

0 comments on commit 894ca68

Please sign in to comment.