ov-components: update target in tsconfig.json

gcp
Carlos Santos 2025-10-06 12:23:26 +02:00
parent 94a14e3ae2
commit 206bb6e8e8
2 changed files with 5 additions and 5 deletions

View File

@ -4,6 +4,7 @@
"compilerOptions": {
"outDir": "../../dist/openvidu-components-angular",
"module": "esnext",
"target": "ES2021",
"moduleResolution": "node",
"lib": ["ES2021", "DOM"],
"emitDecoratorMetadata": true,
@ -13,10 +14,8 @@
"declarationMap": true,
"inlineSources": true,
"resolveJsonModule": true,
"types": ["jasmine", "node", "dom-mediacapture-transform"],
"allowSyntheticDefaultImports": true,
"skipDefaultLibCheck": true // Livekit track processors fails with typescript types checking
//"skipLibCheck": true // Livekit track processors fails with typescript types checking
"types": ["node", "dom-mediacapture-transform"],
"allowSyntheticDefaultImports": true
},
"exclude": ["node_modules", "src/test.ts", "**/*.spec.ts", "**/*.mock.ts"]
}

View File

@ -5,7 +5,8 @@
"declarationMap": false,
"sourceMap": false,
"removeComments": true,
"pretty": false
"pretty": false,
// "skipLibCheck": true // Livekit track processors fails with typescript types checking
},
"angularCompilerOptions": {
"compilationMode": "partial"