qwrk-laconic-core/services/ui/tsconfig.json
Ian Cameron Lyles 68be009138
chore(router):LAC-120 routing foundation (#1)
* chore(routes): LAC-116_Create-Layout-Components

* fix(ui): tailwind config not resolving

* chore(ux): basic navigation functions

* Landings stubbed
2025-03-06 14:45:52 -08:00

13 lines
257 B
JSON

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