-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
No tsconfig support for strictNullChecks #9141
Comments
The handbook is jumping the gun, I think. That option is not in the current released version (1.8.10). |
We should have the documentation covered by the time TS 2.0 ships out. see microsoft/TypeScript-Handbook#294 |
I will remove this option for now. |
@mhegazy, https://www.typescriptlang.org/docs/handbook/compiler-options.html still have strictNullChecks option. |
This is still an issue. |
We update the site in bulk. so we are waiting on the TS final release to move all docs to the 2.0 version (latest from https://github.com/Microsoft/TypeScript-Handbook). sorry for the delay. |
should be updated now. |
TypeScript Version:
1.8.10
Code
Expected behavior:
compile with strictNullChecks.
Actual behavior:
This is a valid compiler option in https://www.typescriptlang.org/docs/handbook/compiler-options.html but does not exist in the schema http://json.schemastore.org/tsconfig and thus results in
error TS5023: Unknown compiler option 'strictNullChecks'.
The text was updated successfully, but these errors were encountered: