update tsconfig

This commit is contained in:
Kim Biesbjerg
2019-09-19 15:24:00 +02:00
parent 608c4e8e22
commit 9887f9d6ab

View File

@@ -25,6 +25,7 @@
"tests/**/*.ts" "tests/**/*.ts"
], ],
"exclude": [ "exclude": [
"node_modules" "node_modules",
"tests/**/*.ts"
] ]
} }