- Updated @livekit/track-processors from 0.3.2 to ^0.5.6 - Updated livekit-client from 2.5.2 to 2.11.4 - Changed TypeScript lib option from "dom" to "DOM" in tsconfig.lib.json - Added skipLibCheck option in tsconfig.lib.json and tsconfig.base.json - Updated TypeScript lib option from "dom" to "dom" in tsconfig.base.json
20 lines
479 B
JSON
20 lines
479 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"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,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|