File size: 317 Bytes
909a85b 4ac90cc b88de82 909a85b 4ac90cc 909a85b 4ac90cc 909a85b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"compilerOptions": {
"composite": true,
/* Paths (for shadcn/ui since paths in tsconfig.app.json are not working) */
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}
|