From 8890dca0fec056ec1f53b30954670e1cb00c6ea2 Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Wed, 27 Nov 2024 00:04:26 +0700 Subject: [PATCH] update langs json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 81c798b..29a46ef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,6 @@ "noImplicitReturns": true, "noFallthroughCasesInSwitch": true }, - "include": ["src/swagger-output.json", "./src/**/*.tsx", "./src/**/*.ts"], + "include": ["src/swagger-output.json", "src/langs/json/*.json", "./src/**/*.tsx", "./src/**/*.ts"], "exclude": ["node_modules", "test/**/*.ts"] }