another attempt at fix

This commit is contained in:
Kebo Kitanari 2024-11-12 15:12:22 -06:00
parent ac6fe1451d
commit 3155bdb135

View file

@ -5,12 +5,12 @@
"jsxImportSource": "react",
"strictNullChecks": true,
"allowJs": true,
"outDir": "dist",
"types": ["vite/client"],
"exclude": ["dist", "public"],
"paths": {
"@/*": ["./*"],
"@c/*": ["./src/components/*"],
"@l/*": ["./lib/*"],
}
},
}
}