mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-13 10:44:54 +03:00
13 lines
203 B
JSON
13 lines
203 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true
|
||
|
},
|
||
|
"include": ["**/__tests__/**/*", "./tests"],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "./tsconfig.json"
|
||
|
}
|
||
|
]
|
||
|
}
|