mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
move tldraw/next inside of logseq
This commit is contained in:
23
tldraw/packages/react/tsconfig.json
Normal file
23
tldraw/packages/react/tsconfig.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"exclude": ["node_modules", "dist", "docs"],
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/types",
|
||||
"rootDir": "src",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~*": ["./src/*"]
|
||||
},
|
||||
"experimentalDecorators": true,
|
||||
"useDefineForClassFields": true
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../core" },
|
||||
{ "path": "../utils/vec" },
|
||||
{ "path": "../utils/intersect" }
|
||||
],
|
||||
"typedocOptions": {
|
||||
"entryPoints": ["src/index.ts"],
|
||||
"out": "docs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user