Skip to content

Commit

Permalink
Add ./jest.config.js to include
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsukagoshi committed Feb 6, 2024
1 parent 411f765 commit e0c4ca7
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"]
"include": ["src/**/*.ts", "./jest.config.js"]
}

0 comments on commit e0c4ca7

Please sign in to comment.