Skip to content

Commit

Permalink
update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
noelforte committed Dec 10, 2024
1 parent 837533a commit 1e1ad37
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
Expand Up @@ -6,9 +6,9 @@
"strict": true,
"allowJs": true,
"maxNodeModuleJsDepth": 2,
"target": "ES2021",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"lib": ["ES2023"],
"module": "node16",
"moduleResolution": "node16",
"esModuleInterop": true,
"skipDefaultLibCheck": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit 1e1ad37

Please sign in to comment.