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