bahadirsofuoglu / form-wizard-vue3

A form wizard/stepper component made with Vue
https://bahadirsofuoglu.github.io/form-wizard-vue3/
MIT License
30 stars 6 forks source link

add dts plugin for typescript types support #25

Closed mistadave closed 1 year ago

mistadave commented 1 year ago

Changes

Add vite-plugin-dts, which generates declaration files (*.d.ts) from .ts(x) or .vue source files when using vite in library mode.

Set ECMAScript to version 5, which is required for error fix of dts plugin.

Github repo vite-plugin-dts

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

mistadave commented 1 year ago

added missing package for covarage @vitest/coverage-c8

bahadirsofuoglu commented 1 year ago

Hi, Thank you very much for your support. I made some of these changes myself. That's why I can't include this PR. I know I'm going a little unplanned. I'm sorry for this. I will be more careful in the next version.