{ "extends": "../../tsconfig.json", "exclude": ["lib"], "include": ["./src/**/*", "./src/**/*.json"], "compilerOptions": { "composite": true, "noEmit": false, "outDir": "lib" }, "references": [ { "path": "../debug" }, { "path": "../i18n" }, { "path": "../jotai" }, { "path": "../hooks" }, { "path": "../infra" }, { "path": "../workspace" }, { "path": "../../tests/fixtures" } ] }