Skip to content

Commit

Permalink
import attributes tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Dec 10, 2024
1 parent 1f74930 commit c4e0f4e
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
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es2022",
"module": "es2022",
"module": "ESNext",
"lib": ["es2022", "DOM", "DOM.Iterable", "esnext"],
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
Expand Down

0 comments on commit c4e0f4e

Please sign in to comment.