noImplicitThis: enabled implicit this checking

This commit is contained in:
Koushik Dutta
2026-04-02 09:47:58 -07:00
parent bd8b152bfd
commit 4e0ab38986

View File

@@ -7,6 +7,7 @@
"alwaysStrict": true,
"strictBindCallApply": true,
"noFallthroughCasesInSwitch": true,
"noImplicitThis": true,
"outDir": "./dist",
"esModuleInterop": true,
"moduleResolution": "NodeNext",