v3/tsconfig.stories.json

7 lines
119 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx"
}
// "exclude": ["node_modules"]
}