We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ff535 commit 32d4c3aCopy full SHA for 32d4c3a
codegen/tml/html/html.go
@@ -67,7 +67,7 @@ const tsc = `{
67
"alwaysStrict": true,
68
"strictNullChecks": true,
69
"noImplicitAny": true,
70
- "noImplicitThis":true,
+ "noImplicitThis": true,
71
"noUnusedLocals": true,
72
"noUnusedParameters": true,
73
"noFallthroughCasesInSwitch": true
0 commit comments