alexosm
Results
1
comments of
alexosm
I had the same problem. The solution for me was to add "allowSyntheticDefaultImports": true in compilerOptions in tsconfig.json. Than just import sortable in ts-file: `import Sortable from 'sortablejs';`