storybook/code/lib/preview-web/tsconfig.json

9 lines
139 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}