d7002057d7
This PR moves the tldraw.com app into the public repo. ### Change Type - [x] `internal` — Any other changes that don't affect the published package[^2] --------- Co-authored-by: Dan Groshev <git@dgroshev.com> Co-authored-by: alex <alex@dytry.ch>
16 lines
347 B
JSON
16 lines
347 B
JSON
{
|
|
"extends": "../../config/tsconfig.base.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "docs", ".tsbuild*"],
|
|
"compilerOptions": {
|
|
"outDir": "./.tsbuild",
|
|
"rootDir": "src"
|
|
},
|
|
"references": [
|
|
{ "path": "../tldraw" },
|
|
{ "path": "../tlschema" },
|
|
{ "path": "../state" },
|
|
{ "path": "../store" },
|
|
{ "path": "../utils" }
|
|
]
|
|
}
|