mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 17:22:30 +03:00
22 lines
458 B
JSON
22 lines
458 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"jsx": "react-jsx",
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmit": false,
|
|
"outDir": "lib/.storybook"
|
|
},
|
|
"include": [".storybook/**/*"],
|
|
"exclude": ["lib"],
|
|
"references": [
|
|
{ "path": "../../packages/i18n" },
|
|
{
|
|
"path": "../../packages/env"
|
|
}
|
|
]
|
|
}
|