hi-frontend/packages/ui/tsconfig.json
2025-11-26 19:56:16 -08:00

13 lines
262 B
JSON

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