mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-02 01:22:05 +03:00
20 lines
321 B
JSON
20 lines
321 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["e2e"],
|
|
"references": [
|
|
{
|
|
"path": "../../tests/kit"
|
|
},
|
|
{
|
|
"path": "../../tests/fixtures"
|
|
},
|
|
{
|
|
"path": "../../packages/frontend/electron-api"
|
|
}
|
|
]
|
|
}
|