Bug 32030: ERM - prevent TS2307: Cannot find module
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
e5042cc5c1
commit
5c06b56f22
1 changed files with 4 additions and 0 deletions
4
koha-tmpl/intranet-tmpl/prog/js/vue/vue-shims.d.ts
vendored
Normal file
4
koha-tmpl/intranet-tmpl/prog/js/vue/vue-shims.d.ts
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
declare module "*.vue" {
|
||||
import Vue from "vue";
|
||||
export default Vue;
|
||||
}
|
Loading…
Reference in a new issue