I'm using the latest version of Vue & Vuex. In Vue 2.5 there have been some added support for typescript but I can't seem to figure out how to get vuex working when I change all my vuex store js files to ts.
Does anyone have a sample project that would show me how to write a vuex store in typescript rather than javascript?
I ended up finding and using the following sample project: