Skip to content

Commit

Permalink
Update typescript configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Oct 10, 2022
1 parent 4a5ab1b commit 7d7c08d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"compilerOptions": {
"target": "es2016",
"module": "es2015",
"moduleResolution": "node",
"module": "CommonJS",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
Expand Down

0 comments on commit 7d7c08d

Please sign in to comment.