Skip to content

Commit

Permalink
Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dli7319 committed Feb 1, 2025
1 parent f5ca0ee commit 1c4225e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2015", // Specify ECMAScript target version
"target": "es2020", // Specify ECMAScript target version
"lib": [
"dom",
"dom.iterable",
Expand All @@ -18,7 +18,7 @@
"resolveJsonModule": true, // Include modules imported with .json extension
"jsx": "react", // Support JSX in .tsx files
"sourceMap": true, // Generate corrresponding .map file
"declaration": true, // Generate corresponding .d.ts file
"declaration": false, // Generate corresponding .d.ts file
"noUnusedLocals": true, // Report errors on unused locals
"noUnusedParameters": true, // Report errors on unused parameters
"incremental": true, // Enable incremental compilation by reading/writing information from prior compilations to a file on disk
Expand Down

0 comments on commit 1c4225e

Please sign in to comment.