We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b3474 commit f5b85acCopy full SHA for f5b85ac
tests/cases/compiler/excessPropertyErrorsSuppressed.ts
@@ -0,0 +1,3 @@
1
+//@suppressExcessPropertyErrors: true
2
+
3
+var x: { a: string } = { a: "hello", b: 42 }; // No error
0 commit comments