Skip to content

Commit

Permalink
@uppy/companion: upgrade TS target (#4670)
Browse files Browse the repository at this point in the history
and fix ts error in tsconfig ("module")
  • Loading branch information
mifi authored Sep 25, 2023
1 parent 559616e commit de4180c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@uppy/companion/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"compilerOptions": {
"outDir": "./lib",
"module": "commonjs",
"module": "Node16",
"moduleResolution": "node16",
"declaration": true,
"target": "es6",
"target": "es2019",
"noImplicitAny": false,
"sourceMap": false,
"allowJs": true,
Expand Down

0 comments on commit de4180c

Please sign in to comment.