diff --git a/tsconfig.json b/tsconfig.json index ba053ca..154c458 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,6 @@ "module": "CommonJS", "moduleResolution": "Node", "strict": true, - "esModuleInterop": true, - }, + "esModuleInterop": true + } }