Sacha

Results 3 comments of Sacha

> ```json > { > "compilerOptions": { > "types": [ > "vuex-pathify" > ] > } > } > ``` > > should fix the undefined `set`/`get` methods TS errors....

I have the same problem, it is not possible to use named import from a .vue file in a unit test file. Indeed the generic shim `^.+\\.vue$` doesn't allow named...

> Another case for ignoring certain pattern is for footnote syntax. check [here](https://github.com/markdown-it/markdown-it-footnote) > > ```lisp > Here is a footnote reference[^1]. > > [^1]: Here is the footnote. ```...