Skip to content

Commit 7b62fb8

Browse files
committed
chore: fix tsconfig complaining about moduleResolution
1 parent d058d61 commit 7b62fb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"typeRoots": [
99
"./node_modules/@types",
1010
"./lib/types"
11-
]
11+
],
12+
"moduleResolution": "node16"
1213
},
1314
"//": "This file is partially managed by code-skeleton. Changes may be overwritten."
1415
}

0 commit comments

Comments
 (0)