Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsconfig.json file fix #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

immatobi
Copy link
Contributor

@immatobi immatobi commented May 1, 2022

Configuration Fix

Typescript configuration file fix

The current typescript configuration file does not include all the compile options in the current typescript compile options if you generate it. I thought it would be nice to have those options available so users won't have to think about the option needed in the project. They just need to uncomment the already provided options. Each compile option is commented out and has a description in the comments to help developers understand what the option is for.

Process

Deleted the current config file
Generated a new file using the command tsc --init
Made sure the initial configuration options are mapped in the new file

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.

None yet

1 participant