2025-01-08 04:07:56 +00:00

22 lines
476 B
JSON

{
"extends": "../../../tsconfig.web.json",
"include": [
"./src/**/*",
"./src/**/*.json",
"./src/type.d.ts",
"./.storybook"
],
"compilerOptions": {
"rootDir": ".",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"references": [
{ "path": "../../common/debug" },
{ "path": "../electron-api" },
{ "path": "../graphql" },
{ "path": "../i18n" },
{ "path": "../../../blocksuite/affine/all" }
]
}