mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-09 05:47:23 +03:00
13 lines
212 B
JSON
13 lines
212 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"include": ["**/__tests__/**/*", "./tests", "./e2e"],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.json"
|
|
}
|
|
]
|
|
}
|