79248464

Date: 2024-12-03 16:39:59
Score: 1.5
Natty:
Report link

try to configure tsconfig.app.json, include auto-imports.d.ts file

{
  ... ...,
  "include": ["env.d.ts", "src/**/*", "src/**/*.vue", "./auto-imports.d.ts"],
  ... ...
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bwhyman