79354024

Date: 2025-01-14 05:11:44
Score: 1
Natty:
Report link

Create a vite-env.d.ts file in the root directory and add the following code to it:

/// <reference types="vite/client" />
/// <reference types="vite/types/importMeta.d.ts" />

You don't need to update your tsconfig.json.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dobra Morda