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