mvertopoulos / vue-msal

Vue plugin for using Microsoft Authentication Library (MSAL)
MIT License
123 stars 66 forks source link

Don’t include src folder #38

Open admin-simeon opened 3 years ago

admin-simeon commented 3 years ago

I have “no implicit any” turned on in typescript and as long as you include your src files (not just .d.ts files) I will get complication errors. Apparently skipLibCheck only applies to .d.ts files and there is no way I can prevent the error by adding the directory to exclude, because I import the module.

admin-simeon commented 3 years ago

bump