c1b84bf246
This PR renames the `@tldraw/tlstore` package to `@tldraw/store`, mainly to avoid confusion between `TLStore`. Will be doing the same with other packages. ### Change Type - [x] `major` — Breaking Change ### Release Notes - Replace @tldraw/tlstore with @tldraw/store
17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"extends": "../../config/tsconfig.base.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist", ".tsbuild*"],
|
|
"compilerOptions": {
|
|
"outDir": "./.tsbuild",
|
|
"rootDir": "src"
|
|
},
|
|
"references": [
|
|
{ "path": "../editor" },
|
|
{ "path": "../store" },
|
|
{ "path": "../validate" },
|
|
{ "path": "../primitives" },
|
|
{ "path": "../utils" },
|
|
{ "path": "../ui" }
|
|
]
|
|
}
|