diff --git a/openvidu-testapp/tsconfig.json b/openvidu-testapp/tsconfig.json index 520d6e07..24f9e67c 100644 --- a/openvidu-testapp/tsconfig.json +++ b/openvidu-testapp/tsconfig.json @@ -4,16 +4,18 @@ "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, + "module": "esnext", "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, - "target": "es2020", + "target": "ES6", "typeRoots": [ "node_modules/@types" ], "lib": [ "es2017", - "dom" + "dom", + "ES2021.WeakRef" ] } }