2022-01-19 17:24:11 +01:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "../../out-tsc/spec",
|
2025-05-05 12:09:19 +02:00
|
|
|
"lib": ["ES2021", "DOM"],
|
|
|
|
"types": ["jasmine", "node", "dom-mediacapture-transform"],
|
2022-01-19 17:24:11 +01:00
|
|
|
"moduleResolution": "node",
|
2024-10-10 20:30:02 +02:00
|
|
|
"experimentalDecorators": true,
|
2025-04-30 15:17:54 +02:00
|
|
|
"resolveJsonModule": true,
|
2025-05-05 12:09:19 +02:00
|
|
|
"skipDefaultLibCheck": true // Livekit track processors fails with typescript types checking
|
|
|
|
//"skipLibCheck": true // Livekit track processors fails with typescript types checking
|
2022-01-19 17:24:11 +01:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/test.ts"
|
|
|
|
],
|
|
|
|
"include": [
|
|
|
|
"**/*.spec.ts",
|
|
|
|
"**/*.d.ts"
|
|
|
|
]
|
|
|
|
}
|