AFFiNE/tests/affine-legacy/0.8.0-canary.7/tsconfig.json

17 lines
246 B
JSON
Raw Normal View History

2023-08-03 02:50:10 +03:00
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"outDir": "lib"
},
"include": ["e2e"],
"references": [
{
"path": "../../fixtures"
},
{
"path": "../../kit"
}
]
2023-08-03 02:50:10 +03:00
}