CreatorHub/packages/ui/tsconfig.json
2025-05-08 16:51:20 +05:30

9 lines
172 B
JSON

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