diff --git a/tsconfig.json b/tsconfig.json index ab0661f..ddbd242 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, - "esModuleInterop": true, + "esModuleInterop": true }, "exclude": ["dist", "node_modules"], "include": ["src"]