Upgrade dependencies (#101)

This commit is contained in:
Joel Purra 2020-01-21 17:56:44 +01:00 committed by Sindre Sorhus
parent aeb3f74d65
commit c842cc260f
4 changed files with 16 additions and 7 deletions

6
tsconfig.xo.json Normal file
View file

@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"include": [
"test"
]
}