tldraw/apps/bemo-worker/tsconfig.json
alex ce493dcfaf
[4/5] sync -> sync-core, sync-react -> sync (#4123)
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`
2024-07-10 16:09:10 +00:00

32 lines
555 B
JSON

{
"extends": "../../config/tsconfig.base.json",
"include": ["src", "scripts"],
"exclude": ["node_modules", "dist", ".tsbuild*"],
"compilerOptions": {
"noEmit": true,
"emitDeclarationOnly": false
},
"references": [
{
"path": "../../packages/dotcom-shared"
},
{
"path": "../../packages/store"
},
{
"path": "../../packages/sync-core"
},
{
"path": "../../packages/tlschema"
},
{
"path": "../../packages/utils"
},
{
"path": "../../packages/validate"
},
{
"path": "../../packages/worker-shared"
}
]
}