Skip to content

Commit

Permalink
Update more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Jun 20, 2024
1 parent f4c9889 commit de26284
Show file tree
Hide file tree
Showing 4 changed files with 1,778 additions and 2,131 deletions.
4 changes: 2 additions & 2 deletions common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"module": "ESNext",
"module": "NodeNext",
"target": "es2016",
"moduleResolution": "Node16",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"incremental": true,
"composite": true,
Expand Down
Loading

0 comments on commit de26284

Please sign in to comment.