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