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