mirror of
https://github.com/logseq/logseq.git
synced 2026-05-23 12:14:06 +00:00
11 lines
301 B
JSON
11 lines
301 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" }]
|
|
}
|