AFFiNE/packages/component/tsconfig.node.json

12 lines
238 B
JSON
Raw Normal View History

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"jsx": "react-jsx",
"moduleResolution": "Node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
},
"include": [".storybook/**/*"]
}