mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
- added tray menu for controlling recording status - recording watcher for monitoring system audio input events
21 lines
574 B
JSON
21 lines
574 B
JSON
{
|
|
"extends": "../../../../tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
// dist is kept for webpack output
|
|
"outDir": "./lib",
|
|
"tsBuildInfoFile": "./lib/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../../component" },
|
|
{ "path": "../../core" },
|
|
{ "path": "../../electron-api" },
|
|
{ "path": "../../i18n" },
|
|
{ "path": "../../../common/nbstore" },
|
|
{ "path": "../../../../blocksuite/affine/all" },
|
|
{ "path": "../../../common/infra" },
|
|
{ "path": "../../../../tools/utils" }
|
|
]
|
|
}
|