{ "extends": "../tsconfig.settings.json", "compilerOptions": { "composite": true, "rootDir": "./src", "outDir": "dist", "skipLibCheck": true }, "include": ["src"], "references": [ { "path": "../core" }, { "path": "../media-utils" }, { "path": "../studio-shared" }, { "path": "../timeline-utils" }, { "path": "../zod-types" }, { "path": "../renderer" }, { "path": "../webcodecs" }, { "path": "../player" }, { "path": "../web-renderer" } ] }