AFFiNE/tests/affine-migration/tsconfig.json

18 lines
268 B
JSON

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