Files
AFFiNE-Mirror/packages/storybook/tsconfig.node.json
Himself65 62caa555de build: enhance tsconfig type check (#2732)
(cherry picked from commit b383ce36cd)
2023-06-09 11:33:40 +08:00

17 lines
390 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": "../i18n" }]
}