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
10 lines
304 B
JSON
10 lines
304 B
JSON
{
|
|
"extends": "../../config/tsconfig.base.json",
|
|
"include": ["src", "scripts"],
|
|
"exclude": ["node_modules", "docs", "dist", ".tsbuild*"],
|
|
"compilerOptions": {
|
|
"outDir": "./.tsbuild",
|
|
"rootDir": "src"
|
|
},
|
|
"references": [{ "path": "../store" }, { "path": "../validate" }, { "path": "../utils" }]
|
|
}
|