Skip to content

Commit

Permalink
jsconfig.json: {module: es2022} for await import in importmap scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfooman committed Oct 11, 2023
1 parent d48b4c5 commit 155f773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"target": "ES2022",
"strict": true,
"moduleResolution": "nodenext",
"noImplicitOverride": true
"noImplicitOverride": true,
"module": "es2022"
}
}

0 comments on commit 155f773

Please sign in to comment.