Skip to content

Commit

Permalink
chore: change tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Mar 29, 2024
1 parent 72e5ac1 commit aff0cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gateway/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node",
"moduleResolution": "Node16",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
Expand Down

0 comments on commit aff0cdd

Please sign in to comment.