sheer / tsconfig.json
dan5py
feat: migrate to Vite5
4ac90cc unverified
raw
history blame contribute delete
317 Bytes
{
"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" }
]
}