AFFiNE/tests/affine-plugin/tsconfig.json

17 lines
237 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": "../kit"
},
{
"path": "../fixtures"
}
]
}