mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
13 lines
206 B
JSON
13 lines
206 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"include": ["**/__tests__/**/*", "./tests"],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.json"
|
|
}
|
|
]
|
|
}
|