Skip to content

Conversation

hwong0305
Copy link
Collaborator

#1

  • Setup Next.JS with typescript.
  • Created EsLint configuration

tsconfig.json Outdated
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"skipLibCheck": true,
Copy link
Collaborator

Choose a reason for hiding this comment

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

These compiler options look pretty good. Is there a reason why "skipLibCheck": true is being used?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There's no particular reason. I kept the default settings generated by next.js.

@hwong0305 hwong0305 merged commit fa3d88a into master Jan 23, 2020
@hwong0305 hwong0305 deleted the initial branch January 23, 2020 06:50
@hwong0305 hwong0305 mentioned this pull request Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants