diff --git a/web/tsconfig.json b/web/tsconfig.json index c124605..1624627 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -12,5 +12,6 @@ "moduleResolution": "node", "types": ["vue-apollo"] }, - "exclude": ["node_modules"] + "exclude": ["node_modules"], + "vueCompilerOptions": { "target": 2.7 } }