diff --git a/tsconfig.json b/tsconfig.json index 2b3161e..df200a4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -106,5 +106,5 @@ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, - "include": ["src/**/*.ts"] + "include": ["src/**/*.ts", "./jest.config.js"] }