**Describe the bug** danfojs package not recognized using Vue 3+Vite **To Reproduce** - Create Vue 3+Vite project ```bash npm init vue@latest ``` - Install danfojs package ```bash npm i --save danfojs ``` - Add to HomeView.vue danfojs import ```vue <script setup lang="ts"> import * as dfd from "danfojs" </script> ``` **Expected behavior** danfojs be founded by vite **Screenshots** <img width="911" alt="Screenshot 2022-11-01 at 17 36 16" src="https://user-images.githubusercontent.com/1881935/199336519-e4dc5ca0-b332-415e-82d7-dc2c51f28c3f.png">