Files
AFFiNE-Mirror/packages/storybook/tsconfig.json
2023-06-08 18:27:45 +08:00

19 lines
289 B
JSON

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