Skip to content

Commit

Permalink
chore: revert tsconfig change
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAnansky committed Sep 6, 2024
1 parent d2dd26c commit da8b794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["lib"],
"compilerOptions": {
"outDir": "dist",
"lib": ["ESNext"],
"lib": ["ES2018", "DOM"],
"types": ["node"],
"allowJs": true,
"target": "ES2018",
Expand Down

0 comments on commit da8b794

Please sign in to comment.