2022-01-19 17:24:11 +01:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
|
|
{
|
2025-04-30 14:57:47 +02:00
|
|
|
"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,
|
2025-04-30 15:17:54 +02:00
|
|
|
"skipLibCheck": true // Livekit track processors fails with typescript types checking
|
2025-04-30 14:57:47 +02:00
|
|
|
}
|
2022-01-19 17:24:11 +01:00
|
|
|
}
|