diff --git a/tsconfig.json b/tsconfig.json index fb41806..d6abd0f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "strict": true, "types": ["node"], "resolveJsonModule": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, }, - "include": ["./src/**/*"] + "include": ["./src/**/*"], }