Files
AFFiNE-Mirror/packages/frontend/component/tsconfig.json
2024-12-24 15:29:48 +08:00

33 lines
535 B
JSON

{
"extends": "../../../tsconfig.json",
"exclude": ["lib"],
"include": [
"./src/**/*",
"./src/**/*.json",
"./src/type.d.ts",
"./.storybook"
],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
},
"references": [
{
"path": "../../frontend/i18n"
},
{
"path": "../../frontend/electron-api"
},
{
"path": "../../frontend/graphql"
},
{
"path": "../../common/debug"
},
{
"path": "../../common/infra"
}
]
}