diff --git a/tsconfig.json b/tsconfig.json index 14a2dc6..e61ac7c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,6 @@ "esModuleInterop": true, }, "include": [ - "./src/**/*", + "./src/**/*" ] }