Skip to content

Commit f6d91ee

Browse files
committed
🔧 Update moduleResolution for modern node versions on tsconfig
1 parent 5c9c683 commit f6d91ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
3+
"moduleResolution": "nodenext",
4+
"module": "nodenext",
35
"target": "es2019",
4-
"module": "commonjs",
56
"strict": true,
67
"esModuleInterop": true,
78
"resolveJsonModule": true,

0 commit comments

Comments
 (0)