From 7d24f363a41c72f838a59afaf10be159826ed9c7 Mon Sep 17 00:00:00 2001 From: Douglas Barone Date: Thu, 8 Dec 2022 14:48:36 -0400 Subject: [PATCH] Config --- web/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } }