Files
AFFiNE-Mirror/tests/affine-legacy/0.8.3/tsconfig.json
2023-09-06 07:44:53 +00:00

17 lines
246 B
JSON

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