/* 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" ] }