Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri authored Oct 6, 2024
1 parent 33c1922 commit d2986c4
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,8 +1,9 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"lib": ["es2015", "DOM"],
"module": "es2015",
"lib": ["es2015", "dom"],
"strict": true,
}
}

0 comments on commit d2986c4

Please sign in to comment.