exclude tests

This commit is contained in:
Cory LaViska
2021-05-28 22:08:21 -04:00
parent 474484b059
commit 3eb42321d5

View File

@@ -74,6 +74,7 @@
},
"exclude": [
"docs",
"dist"
"dist",
"src/**/*.test.ts"
]
}