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

Enable strictNullChecks key in tsconfig #31

Open
Gabixel opened this issue Jul 31, 2023 · 0 comments
Open

Enable strictNullChecks key in tsconfig #31

Gabixel opened this issue Jul 31, 2023 · 0 comments

Comments

@Gabixel
Copy link
Owner

Gabixel commented Jul 31, 2023

As title. This is needed to prevent cases like the following during compile time:

class Grid {
	// ...
	private _gridGenerator: GridGenerator;

	constructor() {
		this._gridGenerator = "hello";
	}
	// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🕓│Next Up
Development

No branches or pull requests

1 participant