Skip to content

Commit

Permalink
chore: update target and module (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetnarvekar authored Jul 17, 2024
1 parent 402384c commit e2a1d7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"lib": ["ES2022"],
"moduleResolution": "Node16",
"target": "ESNext",
"module": "NodeNext",
"lib": ["ESNext"],
"moduleResolution": "NodeNext",
"rootDir": ".",
"outDir": "build",
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit e2a1d7c

Please sign in to comment.