Skip to content

Commit

Permalink
Fix reported problems in VS Code related to overwriting files
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jun 16, 2024
1 parent 999ab9a commit 90153b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
],
"moduleResolution": "node",
"noImplicitAny": true,
"outDir": "types",
"target": "es6"
},
"include": ["./src/index.js"]
Expand Down

0 comments on commit 90153b6

Please sign in to comment.