mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
move tldraw/next inside of logseq
This commit is contained in:
14
tldraw/packages/utils/vec/tsconfig.json
Normal file
14
tldraw/packages/utils/vec/tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"include": ["src"],
|
||||
"exclude": ["node_modules", "dist", "docs"],
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/types",
|
||||
"rootDir": "src",
|
||||
"baseUrl": "."
|
||||
},
|
||||
"typedocOptions": {
|
||||
"entryPoints": ["src/index.ts"],
|
||||
"out": "docs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user