mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 14:02:07 +03:00
5e56ec65e3
packages/frontend/core/src hooks -> components/hooks atoms -> components/atoms layouts -> components/layouts providers -> components/providers mixpanel -> @affine/track ~~shared~~ ~~unexpected-application-state~~
16 lines
360 B
JSON
16 lines
360 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"typeRoots": ["../../../node_modules", "../../../node_modules/@types"],
|
|
"types": ["affine__env"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.json"],
|
|
"exclude": ["node_modules"],
|
|
"references": [
|
|
{
|
|
"path": "../../common/debug"
|
|
}
|
|
]
|
|
}
|