Skip to content

Commit

Permalink
Update ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
dbritto-dev committed Apr 13, 2024
1 parent e649491 commit 2bfe80f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"compilerOptions": {
"target": "esnext",
"lib": ["dom", "esnext"],
"strict": true,
"module": "commonjs",
"module": "esnext",
"sourceMap": true,
"esModuleInterop": true
"esModuleInterop": true,
"moduleResolution": "bundler"
},
"include": ["src"]
}

0 comments on commit 2bfe80f

Please sign in to comment.