Skip to content

Commit

Permalink
chore: tsconfig.lib add ES2022
Browse files Browse the repository at this point in the history
  • Loading branch information
myNameIsDu committed Oct 22, 2022
1 parent 9c7c321 commit 50735fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2019"],
"lib": ["DOM", "DOM.Iterable", "ES2019","ES2022"],
"isolatedModules": true,
"esModuleInterop": true,
"jsx": "react-jsx",
Expand Down

0 comments on commit 50735fa

Please sign in to comment.