mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"extends": "../../tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "./e2e",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["e2e"],
|
|
"references": [
|
|
{ "path": "../kit" },
|
|
{ "path": "../../packages/frontend/electron-api" }
|
|
]
|
|
}
|