diff --git a/packages/@uppy/companion/tsconfig.json b/packages/@uppy/companion/tsconfig.json index 18da726d28..ecce73e0ee 100644 --- a/packages/@uppy/companion/tsconfig.json +++ b/packages/@uppy/companion/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "outDir": "./lib", "module": "commonjs", + "moduleResolution": "node16", "declaration": true, "target": "es6", "noImplicitAny": false,