chore: add support for typescript

This commit is contained in:
Emmm Monster
2021-05-23 21:01:17 +08:00
parent e36df21f01
commit 213ac35157
6 changed files with 744 additions and 13 deletions

4
src/shims-vue.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module '*.vue' {
import Vue from 'vue'
export default Vue
}