storybook/code/lib/builder-vite/tsconfig.json
2022-11-14 14:18:39 +01:00

10 lines
170 B
JSON

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