zapishis-client/packages/ui/tsconfig.json
2024-12-23 23:27:31 +03:00

12 lines
231 B
JSON

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