AFFiNE/packages/storybook/tsconfig.json

19 lines
289 B
JSON
Raw Normal View History

2023-06-07 11:55:06 +03:00
{
"extends": "../../tsconfig.json",
"exclude": ["lib"],
"include": ["src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
},
"references": [
{
"path": "../component"
},
{
"path": "./tsconfig.node.json"
}
]
}