turbo-fullstack-monorepo/packages/ui/tsconfig.json
2025-09-21 15:01:30 +00:00

8 lines
172 B
JSON

{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}