79371385

Date: 2025-01-20 12:58:19
Score: 0.5
Natty:
Report link

I had the exact same issue was able to solve it by adding tsConfigPath. This is mentioned in the usage of the plugin.

If you start with official Vite template, you should specify the tsconfigPath:

{
  plugins: [dts({ tsconfigPath: './tsconfig.app.json' })]
}

Reference: https://github.com/qmhc/vite-plugin-dts

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Aqib Mapari