Skip to content

Commit

Permalink
fix a couple
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Aug 28, 2024
1 parent 82c9215 commit ddb82e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"module": "commonjs",
"module": "ES2020",
"strict": true,
"target": "ES2020",
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"module": "commonjs",
"module": "ES2020",
"strict": true,
"target": "ES2020",
"outDir": "HACK_BECAUSE_OF_ALLOW_JS"
Expand Down

0 comments on commit ddb82e8

Please sign in to comment.