musab
musab
Explore posts from servers
TTCTheo's Typesafe Cult
Created by musab on 3/17/2024 in #questions
Why is create-t3-turbo setup to have shadcn as shared package
Ok will do some studying and come back with an update 🙏 Thanks for pointing out where to look
6 replies
TTCTheo's Typesafe Cult
Created by musab on 3/17/2024 in #questions
Why is create-t3-turbo setup to have shadcn as shared package
Btw I did fix the build error by adding
"compilerOptions": {
"baseUrl": ".",
"paths": {
"components/*": ["src/components/*"],
"lib/*": ["src/lib/*"]
}
}
"compilerOptions": {
"baseUrl": ".",
"paths": {
"components/*": ["src/components/*"],
"lib/*": ["src/lib/*"]
}
}
To my tsconfig.json, but I'd like to understand more how this whole turbo repo thing works
6 replies