AFFiNE/tests/affine-legacy/0.8.0-canary.7/tsconfig.json
2023-10-18 15:30:08 +00:00

17 lines
264 B
JSON

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