Files
brave-core/tsconfig-storybook.json
T
2023-12-04 11:29:15 +13:00

16 lines
325 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"
}
}