Skip to content

Commit

Permalink
tsconfig nodenext
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Mar 11, 2024
1 parent 1f56081 commit d436751
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"compilerOptions": {
"target": "es2020",
"module": "es2020",
"module": "nodenext",
"moduleResolution": "nodenext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"moduleResolution": "bundler",
"resolveJsonModule": true
}
}

0 comments on commit d436751

Please sign in to comment.