diff --git a/tsconfig.json b/tsconfig.json index 7184fa16..058a7f71 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,7 @@ { "extends": "@octokit/tsconfig", - "include": ["src/**/*"] + "include": ["src/**/*"], + "compilerOptions": { + "allowSyntheticDefaultImports": true + } }