From a1724a2c3ffe24bd3313d47b87a8328440402985 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Fri, 26 Feb 2021 21:03:08 +0900 Subject: [PATCH] Update tsconfig.json to add i18n --- frontend/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index f0b0812e..79e2972d 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -25,7 +25,8 @@ }, "types": [ "@types/node", - "@nuxt/types" + "@nuxt/types", + "nuxt-i18n" ] }, "exclude": [