zapishis-client/packages/ui/tsconfig.json
2024-11-27 14:29:35 +03:00

12 lines
220 B
JSON

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