FreddyAilogic
Results
1
comments of
FreddyAilogic
I had the same problem, after migrating from CRA to Vite, still unable to solved: **tsconfig.json** ```json { "compilerOptions": { "baseUrl": ".", "target": "ESNext", "lib": ["dom", "dom.iterable", "esnext"], "types": ["vite/client"],...