mirror of https://github.com/OpenVidu/openvidu.git
23 lines
830 B
JSON
23 lines
830 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/openvidu-components-angular",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"lib": ["ES2021", "DOM"],
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"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
|
|
},
|
|
"exclude": ["node_modules", "src/test.ts", "**/*.spec.ts", "**/*.mock.ts"]
|
|
}
|