{
"extends": "../../config/tsconfig.base.json",
"include": ["src"],
"exclude": ["node_modules", "docs", ".tsbuild*"],
"compilerOptions": {
"outDir": "./.tsbuild",
"rootDir": "src"
},
"references": [
"path": "../state"
"path": "../store"
"path": "../tldraw"
"path": "../tlschema"
"path": "../utils"
}
]