{ "extends": "../../tsconfig.base.json", "compilerOptions": { "composite": true, "lib": ["ES2022", "WebWorker"], "declarationDir": "types" }, "references": [{ "path": "../utils" }, { "path": "../store" }], "include": ["src/core/**/*.ts", "src/jsx-runtime.ts", "src/jsx-dev-runtime.ts"] }