Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-waarneming-nl committed Oct 6, 2024
1 parent f52f463 commit eb39b6e
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 @@ -6,7 +6,8 @@
"strict": true,
"target": "esnext",
"moduleResolution": "Bundler",
"skipLibCheck": true
"skipLibCheck": true,
"esModuleInterop": true
},
"files": ["src/index.ts"]
}

0 comments on commit eb39b6e

Please sign in to comment.