mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
8 lines
128 B
JSON
8 lines
128 B
JSON
{
|
|
"extends": "../../../tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./server"
|
|
},
|
|
"include": ["./server"]
|
|
}
|