Skip to content

Commit

Permalink
Remove some redundant lines from tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jun 15, 2024
1 parent c6f1eb2 commit 9404456
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@
"noImplicitAny": true,
"allowJs": true,
"target": "es6",
"jsx": "react",
"lib": [
"es2019",
"dom",
"dom.iterable"
],
"esModuleInterop" : true,
"sourceMap": true,
"moduleResolution": "node"
},
"include": [
Expand Down

0 comments on commit 9404456

Please sign in to comment.