Skip to content

I'm having issues in my vue project using @types/pdfmake. Importing the declarations from node_modules is not being detected without the Triple-Slash Directive. This small repo was created with the vue cli.

Notifications You must be signed in to change notification settings

nmummau/pdfmake-types-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@types/pdfmake is not found correctly in my vue project. So I created this basic vue app to highlight my issue. See the src/sample.ts file where the issue is visible.

Importing the declarations from node_modules is not being detected... unless you I add a Triple-Slash Directive.

This small repo was created with the vue cli.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

About

I'm having issues in my vue project using @types/pdfmake. Importing the declarations from node_modules is not being detected without the Triple-Slash Directive. This small repo was created with the vue cli.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published