Skip to content

Commit

Permalink
fix: improve ts configuration [#1]
Browse files Browse the repository at this point in the history
  • Loading branch information
d3p1 committed Oct 19, 2023
1 parent dd7b336 commit 8b2cb52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"module": "NodeNext",
"module": "ES6",
"moduleResolution": "Node",
"strict": true,
"sourceMap": true,
"allowJs": true,
Expand Down

0 comments on commit 8b2cb52

Please sign in to comment.