mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"extends": "../../tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [{ "path": "../cli" }]
|
|
}
|