Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Jan 17, 2024
1 parent 59334c3 commit 52ae3b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trpc-api-export/builder/tsconfig.tsup.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"isolatedModules": true,
"skipLibCheck": true,
"esModuleInterop": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"moduleResolution": "node",
"module": "ES2022",
"target": "ES2022",
"moduleDetection": "force"
},
Expand Down

0 comments on commit 52ae3b3

Please sign in to comment.