mirror of
https://github.com/QWRK-ORG/qwrk-laconic-core.git
synced 2026-01-02 19:34:08 +00:00
* chore(routes): LAC-116_Create-Layout-Components * fix(ui): tailwind config not resolving * chore(ux): basic navigation functions * Landings stubbed
13 lines
257 B
JSON
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"]
|
|
}
|