Updated tesconfig.json of openvidu-testapp

v2compatibility
pabloFuente 2025-05-21 18:17:52 +02:00
parent c3088c085c
commit 1bc0b6b542
1 changed files with 4 additions and 2 deletions

View File

@ -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"
]
}
}