mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
15 lines
315 B
JSON
15 lines
315 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"exclude": ["node_modules", "dist", "docs"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist/types",
|
|
"rootDir": "src",
|
|
"baseUrl": "."
|
|
},
|
|
"references": [{ "path": "../vec" }],
|
|
"typedocOptions": {
|
|
"entryPoints": ["src/index.ts"],
|
|
"out": "docs"
|
|
}
|
|
}
|