Update typings and build excludes

This commit is contained in:
Jack Hadrill
2022-01-31 00:56:04 +00:00
parent 3347c49fa2
commit 360f272323
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
"declaration": true
},
"exclude": [
"./tests/**/*",
"./dist/**/*"
"tests",
"dist"
]
}