Skip to content

Commit

Permalink
Update tsc configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Oct 9, 2022
1 parent 7cec091 commit 43f0397
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"module": "es2015",
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
Expand All @@ -11,6 +12,6 @@
"sourceMap": true,
"declaration": true
},
"include": ["src"],
"include": ["./src"],
"exclude": ["dist"]
}

0 comments on commit 43f0397

Please sign in to comment.