mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
15 lines
340 B
JSON
15 lines
340 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"exclude": ["node_modules", "dist", "docs"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist/types",
|
|
"experimentalDecorators": true,
|
|
"useDefineForClassFields": true
|
|
},
|
|
"references": [
|
|
{ "path": "../core" },
|
|
{ "path": "../utils/vec" },
|
|
{ "path": "../utils/intersect" }
|
|
]
|
|
}
|