Skip to content

Commit

Permalink
chore: set tsconfig target to esnext
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed Jun 28, 2023
1 parent 78ef524 commit 3faa744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "esnext",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": false,
Expand Down

0 comments on commit 3faa744

Please sign in to comment.