Skip to content

Commit

Permalink
Add ./jest.config.js to include
Browse files Browse the repository at this point in the history
in tsconfig.json
  • Loading branch information
ttsukagoshi committed Feb 7, 2024
1 parent b7ef3ed commit 32a9c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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", "tests/**/*.ts"]
"include": ["src/**/*.ts", "tests/**/*.ts", "./jest.config.js"]
}

0 comments on commit 32a9c9b

Please sign in to comment.