Skip to content

Commit f1fe169

Browse files
committed
Fix module resolution in tsconfig.json
1 parent 4d3daf2 commit f1fe169

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"target": "es2016",
44
"module": "commonjs",
55
"outDir": "./dist",
6-
"moduleResolution": "node",
76
"esModuleInterop": true,
87
"forceConsistentCasingInFileNames": true,
98
"strict": true,

0 commit comments

Comments
 (0)