mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
feat: add helper process (#2753)
This commit is contained in:
2
apps/web/src/types/types.d.ts
vendored
2
apps/web/src/types/types.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
|
||||
// not using import because it will break the declare module line below
|
||||
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
|
||||
/// <reference path='../../../electron/layers/preload/preload.d.ts' />
|
||||
/// <reference path='../../../electron/src/preload/preload.d.ts' />
|
||||
|
||||
declare module '*.md' {
|
||||
const text: string;
|
||||
|
||||
Reference in New Issue
Block a user