Skip to content

Commit

Permalink
Exclude jest __mocks__ directory from build
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrahms committed Feb 20, 2024
1 parent 70d7d9c commit c81b3ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,7 @@
/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
},

"exclude": ["build/", "__mocks__/", "node_modules/"],
}

0 comments on commit c81b3ff

Please sign in to comment.