mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-15 22:12:06 -06:00
begin adding shadcn components for frontend
This commit is contained in:
@@ -17,7 +17,11 @@
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"target": "es2017",
|
||||
"types": ["vite/client"]
|
||||
"types": ["vite/client"],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules"],
|
||||
"include": ["**/*.ts", "**/*.tsx"],
|
||||
|
||||
Reference in New Issue
Block a user