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"] }