mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 16:22:21 +03:00
18 lines
286 B
JSON
18 lines
286 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["e2e"],
|
|
"references": [
|
|
{
|
|
"path": "../../tests/kit"
|
|
},
|
|
{
|
|
"path": "../../tests/fixtures"
|
|
}
|
|
]
|
|
}
|