chore: adjust tsconfig for blocksuite (#9259)

change `moduleResolution` to `bundler`
This commit is contained in:
Saul-Mirone
2024-12-23 13:10:55 +00:00
parent 2793080a57
commit 989e318c57
6 changed files with 28 additions and 75 deletions

View File

@@ -4,7 +4,7 @@
import type { DocCollection } from '@blocksuite/affine/store';
declare global {
// eslint-disable-next-line no-var
// oxlint-disable-next-line no-var
var __appInfo: {
electron: boolean;
scheme: string;