{ "extends": "../tsconfig.settings.json", "compilerOptions": { "rootDir": "src", "outDir": "dist", "jsx": "react-jsx", "skipLibCheck": true, "strict": true, "noUncheckedIndexedAccess": true, "lib": ["dom"] }, "references": [ {"path": "../core"}, {"path": "../bundler"}, {"path": "../renderer"}, {"path": "../player"}, {"path": "../media-utils"}, {"path": "../studio-server"}, {"path": "../zod-types"} ], "exclude": ["dist"] }