mirror of https://github.com/OpenVidu/openvidu.git
22 lines
654 B
JSON
22 lines
654 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/spec",
|
|
"lib": ["ES2021", "DOM"],
|
|
"types": ["jasmine", "node", "dom-mediacapture-transform"],
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"resolveJsonModule": true,
|
|
"skipDefaultLibCheck": true // Livekit track processors fails with typescript types checking
|
|
//"skipLibCheck": true // Livekit track processors fails with typescript types checking
|
|
},
|
|
"files": [
|
|
"src/test.ts"
|
|
],
|
|
"include": [
|
|
"**/*.spec.ts",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|