diff --git a/tsconfig.json b/tsconfig.json index d6abd0f..fb41806 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/**/*"] }