mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
14 lines
316 B
JSON
14 lines
316 B
JSON
{
|
|
"extends": "../../tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./e2e",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["e2e"],
|
|
"references": [
|
|
{ "path": "../../blocksuite/affine/all" },
|
|
{ "path": "../../blocksuite/integration-test" }
|
|
]
|
|
}
|