AFFiNE/tests/affine-legacy/0.8.0-canary.7/tsconfig.json
2023-09-02 03:31:07 +00:00

17 lines
246 B
JSON

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