mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-02 02:00:49 +08:00
chore: bump typescript to 5.1.3 (#2735)
Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
@@ -2,5 +2,6 @@ import { beforeAll } from 'vitest';
|
||||
|
||||
beforeAll(async () => {
|
||||
console.log('Build plugins');
|
||||
// @ts-expect-error
|
||||
await import('../../apps/electron/scripts/plugins/build-plugins.mjs');
|
||||
});
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
import {
|
||||
blockSuiteFeatureFlags,
|
||||
buildFlags,
|
||||
} from '../../apps/web/preset.config.mjs';
|
||||
// @ts-expect-error
|
||||
} from '@affine/web/preset.config.mjs';
|
||||
|
||||
export default function getConfig() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user