Skip to content

Commit

Permalink
inspector: Update tsconfig target
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Sep 11, 2024
1 parent d7a8924 commit c405d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inspector/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"allowJs": true,
"target": "es2017",
"lib": ["es2017", "dom"],
"target": "es2018",
"lib": ["es2018", "dom"],
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": false,
Expand Down

0 comments on commit c405d9a

Please sign in to comment.