change tsconfig to fix issue with yarn(#203)

This commit is contained in:
Pawe Kotarski 2019-12-30 09:24:33 +01:00
parent 48a2dfcbae
commit 30e72cfed7

View File

@ -26,5 +26,6 @@
"include": [
"src",
"test",
]
],
"exclude": ["**/node_modules", "node_modules"]
}