GF-3 - Added shadcn
This commit is contained in:
parent
f12adba733
commit
2ed0a69e70
15 changed files with 698 additions and 11 deletions
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
"noEmit": true,
|
||||
"paths": {
|
||||
"~": ["./app"],
|
||||
"~/*": ["./app/*"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue