mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
move tldraw/next inside of logseq
This commit is contained in:
18
tldraw/apps/tldraw-logseq/tsconfig.json
Normal file
18
tldraw/apps/tldraw-logseq/tsconfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"exclude": ["node_modules", "dist", "docs"],
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/types",
|
||||
"rootDir": "src",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~*": ["src/*"]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../../packages/core" },
|
||||
{ "path": "../../packages/react" },
|
||||
{ "path": "../../packages/utils/vec" },
|
||||
{ "path": "../../packages/utils/intersect" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user