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", "jsxImportSource": "react",
"strictNullChecks": true, "strictNullChecks": true,
"allowJs": true, "allowJs": true,
"outDir": "dist",
"types": ["vite/client"], "types": ["vite/client"],
"exclude": ["dist", "public"],
"paths": { "paths": {
"@/*": ["./*"], "@/*": ["./*"],
"@c/*": ["./src/components/*"], "@c/*": ["./src/components/*"],
"@l/*": ["./lib/*"], "@l/*": ["./lib/*"],
} },
} }
} }