AFFiNE/tests/affine-plugin/tsconfig.json

17 lines
255 B
JSON
Raw Normal View History

2023-07-29 05:43:52 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"outDir": "lib"
},
"include": ["e2e"],
"references": [
{
"path": "../../tests/kit"
2023-07-29 05:43:52 +03:00
},
{
"path": "../../tests/fixtures"
2023-07-29 05:43:52 +03:00
}
]
}