diff --git a/tsconfig.json b/tsconfig.json index 284f9d2e..b8d8e56b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "moduleResolution": "node", "esModuleInterop": true, "resolveJsonModule": true, - "skipLibCheck": true + "skipLibCheck": true, }, - "include": ["src"] + "include": ["src"], }