-
Notifications
You must be signed in to change notification settings - Fork 39
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
Set strict
settings to true
in tsconfig.json
#401
Comments
If you wait long-enough, I'll do this one for you. ;) |
#382 was a logic problem because it was set with rare_item along with carry_up_to_30.
But yeah, for many other cases, I agree.
Looking forward ☺ |
Whoo boy, this is not something I'll be able to do 100% by myself, most-likely. Look how many errors there are when strict-mode is enabled: gshtml5_strictmode.log |
Okay, perhaps the best way to go about this, is to do it one setting at a time. |
Sounds good. And yeah, maybe |
strictMode
to true
in tsconfig.json
strict
settings to true
in tsconfig.json
The following have been enabled:
The following have not:
(The above are all in the order they were enabled, or the order in which they will be enabled.) |
Setting
strictMode
totrue
intsconfig.json
would make entire classes of bugs impossible, including (but not limited to) #382, #392, and #393.https://github.com/jjppof/goldensun_html5/blob/master/tsconfig.json
The text was updated successfully, but these errors were encountered: