Files
AFFiNE-Mirror/packages/frontend/component/tsconfig.json
T

22 lines
479 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": "../../common/error" },
{ "path": "../../common/graphql" },
{ "path": "../i18n" },
{ "path": "../../../tools/utils" }
]
}