From bb5037d6cdb6d3ff104ccf7550bcddf3601b79ef Mon Sep 17 00:00:00 2001 From: coino Date: Thu, 17 Aug 2023 13:39:54 +0300 Subject: [PATCH] fix: tsconfig file configured again --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 738ab0c..6470d33 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,9 @@ "./src/index.ts", "./src/types/prisma.d.ts", "./src/types/requests.d.ts", - "./src/types/config.d.ts" + "./src/types/config.d.ts", + "./src/utils/locales/en/translation.json", + "./src/utils/locales/tr/translation.json" ], "compilerOptions": { "target": "es2016",