Skip to content

Commit

Permalink
build(types): enable allowSyntheticDefaultImports because of `lru-c…
Browse files Browse the repository at this point in the history
…ache` package somewhere down the dependency tree
  • Loading branch information
gr2m committed Oct 28, 2020
1 parent 1bfb94c commit b12fb23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"extends": "@octokit/tsconfig",
"include": ["src/**/*"]
"include": ["src/**/*"],
"compilerOptions": {
"allowSyntheticDefaultImports": true
}
}

0 comments on commit b12fb23

Please sign in to comment.