Files
brave-core/tsconfig-storybook.json
T
2026-03-20 08:27:20 -04:00

16 lines
328 B
JSON

{
"extends": "./tsconfig",
"include": [
"./components/definitions/*",
"./components/**/storybook",
"./components/**/stories/*.tsx",
"./components/**/*.stories.tsx",
],
"compilerOptions": {
"allowJs": true,
"skipLibCheck": true,
"noImplicitAny": true,
"outDir": "./storybook_dist",
},
}