diff --git a/src/components/CallTile.vue b/src/components/CallTile.vue index 8a03c0b..cc64b0a 100644 --- a/src/components/CallTile.vue +++ b/src/components/CallTile.vue @@ -26,16 +26,7 @@
- +
diff --git a/tsconfig.json b/tsconfig.json index eee4c29..4fb7d52 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,6 @@ { - "extends": "@vue/tsconfig/tsconfig.web.json" + "extends": "@vue/tsconfig/tsconfig.web.json", + "compilerOptions": { + "lib": ["ES2017"] + } }