Skip to content

Commit aff0cdd

Browse files
committed
chore: change tsconfig
1 parent 72e5ac1 commit aff0cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gateway/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
44
"target": "ES2022",
55
"module": "Node16",
6-
"moduleResolution": "Node",
6+
"moduleResolution": "Node16",
77
"declaration": true,
88
"removeComments": true,
99
"emitDecoratorMetadata": true,

0 commit comments

Comments
 (0)