I started using Typescript and trying to apply it to my project. However, I can\'t get Vue.js plugins like vue-resource to work with it.
When I use
t
Use import instead of require for VueResource too.
import
require
import VueResource from 'vue-resource'