Skip to content

Commit 383bb62

Browse files
author
mzrtamp
committed
chore(tsconfig): change moduleResolution
1 parent 77ad007 commit 383bb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "ES2021",
44
"module": "ESNext",
5-
"moduleResolution": "Node",
5+
"moduleResolution": "node",
66
"lib": ["ES2021"],
77
"strict": true,
88
"outDir": "dist",

0 commit comments

Comments
 (0)