* Remove all stories files. * Remove some extra files which were used by storybook or werent used at all. * Remove all references to storybook in documentation and code. * Remove all storybook packages. * Fix prettier error. * Remove two css configs which were used for storybook.
9 lines
173 B
JSON
9 lines
173 B
JSON
{
|
|
"extends": "tsconfig/react-library.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|