[Vuejs]-TypeScript build errors

0๐Ÿ‘

โœ…

I added the "skipLibCheck": true to the tsconfig.json file to fix build issue 2. This should be ok as we do not want to check DocumentNode for lib dependencies.

Leave a comment