Skip to content

Commit

Permalink
fix: revert tsconfig to node
Browse files Browse the repository at this point in the history
closes: #53
  • Loading branch information
lpatiny committed Apr 3, 2024
1 parent 68653fa commit 079ce62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/typescript/templates/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"moduleResolution": "node16",
"moduleResolution": "node",
"outDir": "lib",
"sourceMap": true,
"strict": true,
Expand Down

0 comments on commit 079ce62

Please sign in to comment.