diff --git a/tsconfig.json b/tsconfig.json index bb4a558..53564ec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,6 @@ "sourceMap": true, "forceConsistentCasingInFileNames": true, - "resolveJsonModule": true - } + "resolveJsonModule": true, + }, }