mirror of https://github.com/OpenVidu/openvidu.git
ov-components: Update TypeScript library target to ES2021 in tsconfig.lib.json
parent
ae305d0a76
commit
9c23ff079a
|
@ -5,7 +5,7 @@
|
||||||
"outDir": "../../dist/openvidu-angular",
|
"outDir": "../../dist/openvidu-angular",
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"lib": ["ES2020", "dom"],
|
"lib": ["ES2021", "dom"],
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
|
|
Loading…
Reference in New Issue