mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 03:33:06 +08:00
chore: adjust tsconfig for blocksuite (#9259)
change `moduleResolution` to `bundler`
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"path": "../debug"
|
||||
},
|
||||
{
|
||||
"path": "../../../blocksuite/tsconfig.json"
|
||||
"path": "../../../blocksuite/affine/all"
|
||||
},
|
||||
{
|
||||
"path": "./tsconfig.node.json"
|
||||
|
||||
Reference in New Issue
Block a user