mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-02 15:28:22 +03:00
27 lines
482 B
JSON
27 lines
482 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
// Workaround for storybook build
|
|
"baseUrl": "../..",
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib",
|
|
"types": ["react/experimental"]
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../packages/component"
|
|
},
|
|
{
|
|
"path": "../../packages/env"
|
|
},
|
|
{
|
|
"path": "../../packages/workspace"
|
|
},
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
}
|