Skip to content

Commit

Permalink
Fix failing TS test from new release (#54523)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Aug 24, 2023
1 parent 4e052de commit 8487278
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"esModuleInterop": true,
"module": "esnext",
"module": "NodeNext",
"jsx": "preserve",
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
Expand Down

0 comments on commit 8487278

Please sign in to comment.