mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"extends": "../../tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"files": ["index.ts"],
|
|
"references": [{ "path": "../cli" }, { "path": "../utils" }]
|
|
}
|