mirror of https://github.com/OpenVidu/openvidu.git
ov-components: update target in tsconfig.json
parent
94a14e3ae2
commit
206bb6e8e8
|
|
@ -4,6 +4,7 @@
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../../dist/openvidu-components-angular",
|
"outDir": "../../dist/openvidu-components-angular",
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
|
"target": "ES2021",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"lib": ["ES2021", "DOM"],
|
"lib": ["ES2021", "DOM"],
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
|
|
@ -13,10 +14,8 @@
|
||||||
"declarationMap": true,
|
"declarationMap": true,
|
||||||
"inlineSources": true,
|
"inlineSources": true,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"types": ["jasmine", "node", "dom-mediacapture-transform"],
|
"types": ["node", "dom-mediacapture-transform"],
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true
|
||||||
"skipDefaultLibCheck": true // Livekit track processors fails with typescript types checking
|
|
||||||
//"skipLibCheck": true // Livekit track processors fails with typescript types checking
|
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules", "src/test.ts", "**/*.spec.ts", "**/*.mock.ts"]
|
"exclude": ["node_modules", "src/test.ts", "**/*.spec.ts", "**/*.mock.ts"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,8 @@
|
||||||
"declarationMap": false,
|
"declarationMap": false,
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
"pretty": false
|
"pretty": false,
|
||||||
|
// "skipLibCheck": true // Livekit track processors fails with typescript types checking
|
||||||
},
|
},
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
"compilationMode": "partial"
|
"compilationMode": "partial"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue