Skip to content

Commit

Permalink
chore: fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Sep 24, 2023
1 parent f71e15d commit 0c9d3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-suid/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext"
},
"extends": "./../../tsconfig.json",
Expand Down

0 comments on commit 0c9d3f5

Please sign in to comment.