Files
AFFiNE-Mirror/packages/storybook/tsconfig.json
2023-06-09 01:42:58 +08:00

22 lines
403 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib",
"paths": {
"@affine/component": ["../component/src"],
"@affine/component/*": ["../component/src/components/*"]
}
},
"references": [
{
"path": "../component"
},
{
"path": "./tsconfig.node.json"
}
]
}