Skip to content

Commit c5d8393

Browse files
committed
厳格系チェック追加
1 parent 7e72fea commit c5d8393

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tsconfig.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"module": "esnext",
55
"strict": true,
66
"jsx": "preserve",
7+
"strictNullChecks": true,
8+
"strictPropertyInitialization": true,
9+
"noImplicitAny": true,
10+
"noImplicitReturns": true,
711
"importHelpers": true,
812
"moduleResolution": "node",
913
"experimentalDecorators": true,

0 commit comments

Comments
 (0)