openvidu/openvidu-components-angular/tsconfig.base.json

22 lines
686 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"module": "es2020",
"lib": ["es2021", "dom"],
"allowSyntheticDefaultImports": true,
"types": ["dom-mediacapture-transform"],
"skipDefaultLibCheck": true, // Livekit track processors fails with typescript types checking
///"skipLibCheck": true // Livekit track processors fails with typescript types checking
}
}