Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: 🕓│Next Up
Development

No branches or pull requests

1 participant