Skip to content

Commit

Permalink
fix: update moduleresolution nodenext
Browse files Browse the repository at this point in the history
  • Loading branch information
nash-mamamoney committed May 2, 2024
1 parent 262c38d commit 1863169
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
Expand Up @@ -3,7 +3,7 @@
"rootDir": "src",
"outDir": "out/src",
"module": "commonjs",

Check failure on line 5 in tsconfig.json

View workflow job for this annotation

GitHub Actions / build

Option 'module' must be set to 'NodeNext' when option 'moduleResolution' is set to 'NodeNext'.
"moduleResolution": "classic",
"moduleResolution": "NodeNext",
"sourceMap": true
},
"include": [
Expand Down

0 comments on commit 1863169

Please sign in to comment.