Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change module type
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 85d4fe0 commit 963eee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -9,7 +9,7 @@
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"module": "Node16",
"moduleResolution": "Node16",
"resolveJsonModule": true,
"isolatedModules": true,
Expand Down

0 comments on commit 963eee0

Please sign in to comment.