Skip to content

Commit 74595f6

Browse files
authored
Update tsconfig.json(1)
1 parent 1f03415 commit 74595f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"allowJs": true,
66
"skipLibCheck": true,
77
"strict": true,
8+
"noImplicitThis": true,
9+
"strictNullChecks": true,
10+
"noUnusedLocals": true,
11+
"noUnusedParameters": true,
812
"forceConsistentCasingInFileNames": true,
9-
"noImplicitThis": false,
1013
"esModuleInterop": true,
1114
"module": "esnext",
1215
"moduleResolution": "Bundler",

0 commit comments

Comments
 (0)