mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-12 17:33:28 +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"
|
|
}
|
|
]
|
|
}
|