mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 14:39:48 +00:00
15 lines
383 B
JSON
15 lines
383 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"exclude": ["node_modules", "dist", "docs"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist/types",
|
|
"experimentalDecorators": true,
|
|
"useDefineForClassFields": true
|
|
},
|
|
"references": [{ "path": "../utils/vec" }, { "path": "../utils/intersect" }],
|
|
"typedocOptions": {
|
|
"entryPoints": ["src/index.ts"],
|
|
"out": "docs"
|
|
}
|
|
}
|