Skip to content

Commit

Permalink
No more nodenext (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxjrvs authored Aug 26, 2022
1 parent 7a74bdd commit 96a2507
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
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "nodenext",
"target": "es5",
"module": "es6",
"moduleResolution": "node",
"sourceMap": true,
"declaration": true,
"outDir": "dist",
Expand Down

0 comments on commit 96a2507

Please sign in to comment.