Skip to content

Commit 0e39087

Browse files
committed
docs: note that strict mode is on by default in TS 6
1 parent ae3b1dc commit 0e39087

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
// Added again here in case some users decide to disable `strict`.
3030
// This enables stricter inference for data properties on `this`.
3131
"noImplicitThis": true,
32+
// Strict mode is on by default in TS 6+
3233
"strict": true,
3334

3435
// See <https://www.semver-ts.org/formal-spec/5-compiler-considerations.html#strictness>

0 commit comments

Comments
 (0)