mirror of https://github.com/OpenVidu/openvidu.git
ov-components: update target in tsconfig.json
parent
94a14e3ae2
commit
206bb6e8e8
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue