AFFiNE/packages/storybook/tsconfig.json

18 lines
269 B
JSON
Raw Normal View History

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