{ "extends": "../tsconfig.json", "compilerOptions": { "target": "ES2024", "rootDir": ".", "outDir": "./dist", "tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo" }, "include": ["./.vitepress"], "references": [{ "path": "../affine/all" }] }