AFFiNE/tests/affine-plugin/tsconfig.json
2023-07-29 02:43:52 +00:00

17 lines
237 B
JSON

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