Skip to content

Commit

Permalink
Switched away from preview ESScript
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTschudi committed Jan 7, 2025
1 parent fc26364 commit 99065d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"lib": ["dom", "esnext"],
"module": "esnext",
"lib": ["dom", "es2022"],
"module": "es2022",
"moduleResolution": "node",
"noImplicitAny": false,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"strictNullChecks": false,
"target": "esnext"
"target": "es2022"
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit 99065d7

Please sign in to comment.