mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 19:53:48 +08:00
refactor(infra): record legacy data to improve testing stability (#4590)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true,
|
||||
"outDir": "lib"
|
||||
},
|
||||
"include": ["e2e"],
|
||||
"references": [
|
||||
{
|
||||
"path": "../fixtures"
|
||||
},
|
||||
{
|
||||
"path": "../kit"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user