diff --git a/tsconfig.json b/tsconfig.json index c10cdc9..6b5192c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,6 @@ "sourceMap": true, "forceConsistentCasingInFileNames": true, - "resolveJsonModule": true, - }, + "resolveJsonModule": true + } }