ce493dcfaf
Renames `@tldraw/sync` to `@tldraw/sync-core`, and `@tldraw/sync-react` to `@tldraw/sync`. This also adds an export * from sync-core to sync. - [x] `other`
20 lines
311 B
JSON
20 lines
311 B
JSON
{
|
|
"extends": "../../config/tsconfig.base.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "docs", ".tsbuild*"],
|
|
"compilerOptions": {
|
|
"outDir": "./.tsbuild",
|
|
"rootDir": "src"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../sync-core"
|
|
},
|
|
{
|
|
"path": "../tldraw"
|
|
},
|
|
{
|
|
"path": "../utils"
|
|
}
|
|
]
|
|
}
|