dddd24f1f4
* chore: stub out new component lib (#2467) * chore: stub a bundled component lib * chore: add cosmos to preview component lib * Fix code style issues with ESLint Co-authored-by: Lint Action <lint-action@samuelmeuli.com> * fixup: tsconfig * fix: homepage Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"baseUrl": "src"
|
|
},
|
|
"exclude": ["node_modules", "cypress"],
|
|
"include": ["src/**/*"]
|
|
}
|