AFFiNE/tests/affine-plugin/tsconfig.json
2023-10-18 15:30:08 +00:00

17 lines
255 B
JSON

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