mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
5 lines
362 B
TypeScript
5 lines
362 B
TypeScript
// Workaround for build error
|
|
// Error during bundle: Error: /app/libs/framework/virgo/src/index.ts(1,15): semantic error TS7016: Could not find a declaration file for module '@toeverything/components/editor-core'. '/app/dist/libs/components/editor-core/index.js' implicitly has an 'any' type.
|
|
// @ts-ignore
|
|
export * from '@toeverything/components/editor-core';
|