Files
AFFiNE-Mirror/packages/frontend/component/tsconfig.json
2025-03-19 17:00:20 +00:00

24 lines
564 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": "../../common/error" },
{ "path": "../../common/graphql" },
{ "path": "../i18n" },
{ "path": "../../../tools/utils" },
{ "path": "../../../blocksuite/affine/all" }
]
}