Skip to content

Commit

Permalink
add jest types to ts global types
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Sep 30, 2024
1 parent 18921fb commit eeb91f6
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 @@ -19,7 +19,7 @@
"noImplicitAny": true,
"skipLibCheck": true,
"strictNullChecks": true,
"types": ["fhir", "geojson"]
"types": ["jest", "fhir", "geojson"]
},
"include": ["src/**/*.ts", "infrastructure/environments/**/*.ts", "typings"],
"exclude": [
Expand Down

0 comments on commit eeb91f6

Please sign in to comment.