DCsunset / vuetify-markdown-editor

A Vue.js Component for editing and previewing markdown using Vuetify.js
MIT License
63 stars 17 forks source link

Cannot find module '../src/util/types' or its corresponding type declarations. #10

Closed bqsgwys closed 4 years ago

bqsgwys commented 4 years ago

Cannot find module '../src/util/types' or its corresponding type declarations.

      1 | import Vue from 'vue'
      2 | import MarkdownIt from 'markdown-it';
  > 3 | import { Config } from '../src/util/types';

it seems while compiling and packing typescript to npm package, the util/types has gone

DCsunset commented 4 years ago

Thanks for your feedback. I have added the missing files in v3.2.1. I hope it could fix this problem.