AFFiNE/tests/affine-cloud-copilot/tsconfig.json
2024-12-17 17:06:28 +08:00

14 lines
205 B
JSON

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