mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 19:12:07 +03:00
10 lines
135 B
JSON
10 lines
135 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"include": ["./src"],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "./tsconfig.node.json"
|
||
|
}
|
||
|
]
|
||
|
}
|