Files
AFFiNE-Mirror/tests/affine-desktop/tsconfig.json
2024-12-17 17:06:28 +08:00

17 lines
271 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"outDir": "lib"
},
"include": ["e2e"],
"references": [
{
"path": "../../tests/kit"
},
{
"path": "../../packages/frontend/electron-api"
}
]
}