Skip to content

Commit

Permalink
fix: enable skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Aug 16, 2022
1 parent 323e41a commit a71d089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './useGithubStats';
export * from './useGitHubStats';
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
Expand All @@ -15,5 +15,6 @@
"noEmit": true,
"jsx": "react"
},
"include": ["./src"]
"include": ["./src"],
"exclude": ["node_modules"]
}

1 comment on commit a71d089

@vercel
Copy link

@vercel vercel bot commented on a71d089 Aug 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gh-stats-generator – ./

gh-stats-generator-joshxfi.vercel.app
gh-stats-generator-git-main-joshxfi.vercel.app
gh-stats-gen.vercel.app

Please sign in to comment.