- Created TypeScript configuration files for library and React applications. - Added ESLint configurations for library, React, and Storybook. - Implemented a basic Button component in the UI package. - Set up Vite for the docs development environment.
8 lines
131 B
JSON
8 lines
131 B
JSON
{
|
|
"extends": "@repo/typescript-config/react-app.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|