From 76d19dec6e1bd1d2b2e8284b2382796f9d4e849a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 2 Nov 2024 18:04:22 +0100 Subject: [PATCH] re-add include --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 21419eb..3d15a10 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -102,5 +102,6 @@ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, + "include": ["./**/*.ts", "./src/locales/*.json"], "exclude": ["./src/tests"] }