Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
To include the testing directory
  • Loading branch information
rgomezp authored and jkasten2 committed Jul 25, 2023
1 parent 239c74e commit 97f7ad6
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 @@ -15,10 +15,12 @@
"strictPropertyInitialization": true,
"strictFunctionTypes": true,
"baseUrl": ".",
"types": ["jest", "node"]
},
"include": [
"__test__/**/*",
"src/**/*",
"test/**/*",
"typings/**/*"
"typings/**/*",
]
}

0 comments on commit 97f7ad6

Please sign in to comment.