mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
AudioMedia entity for loading & controlling a single audio media AudioMediaManagerService: Global audio state synchronization across tabs AudioAttachmentService + AudioAttachmentBlock for manipulating AttachmentBlock in affine - e.g., filling transcription (using mock endpoint for now) Added AudioBlock + AudioPlayer for rendering audio block in affine (new transcription block whose renderer is provided in affine) fix AF-2292 fix AF-2337
22 lines
615 B
JSON
22 lines
615 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": "../../../common/debug" },
|
|
{ "path": "../../electron-api" },
|
|
{ "path": "../../i18n" },
|
|
{ "path": "../../../common/nbstore" },
|
|
{ "path": "../../../../blocksuite/affine/all" },
|
|
{ "path": "../../../common/infra" },
|
|
{ "path": "../../../../tools/utils" }
|
|
]
|
|
}
|