How do you import a JSON file with VueJS / Typescript?
问题 I just created a clean VueJS new project and I can't get loading a JSON file to work. Reproduction / Issue For easy reproduction I've created a Github repo with my issue: https://github.com/devedse/VueJSImportJsonFile In the Home.vue page I'm trying to get Json loading to work. (https://github.com/devedse/VueJSImportJsonFile/blob/master/src/views/Home.vue) When you open this solution in VSCode the following line shows an error: import theJson from '@/assets/hi.json'; Can't find module '@