Skip to content

Commit

Permalink
moved to ES2020
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Oct 14, 2024
1 parent 5a6bd98 commit b08f6e8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"target": "ES2019",
"target": "ES2020",
"module": "esnext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitAny": false,
"skipLibCheck": true,
"lib": ["dom", "dom.iterable", "esnext", "webworker"],
"lib": [
"ES2020",
"dom",
"dom.iterable",
"esnext",
"webworker"
],
"allowJs": true,
"allowSyntheticDefaultImports": true,
"noFallthroughCasesInSwitch": true,
Expand Down

0 comments on commit b08f6e8

Please sign in to comment.