Tim Fabian

Results 2 comments of Tim Fabian

I was able to build a workaround. In the tsconfig.json: ```json ... "esModuleInterop": true, "allowSyntheticDefaultImports": true, ... ``` JSZip: ```typescript import JSZip from 'jszip'; // eslint-disable-next-line no-duplicate-imports import * as...

@Jason3S >Let me see if I understand you You understood that correctly. > It might be possible to make a simpler option for use with the ESLint Plugin: > >...