Skip to content

Commit c0ed92c

Browse files
committed
Remove unnecessary TypeScript config
strictNullChecks is already true if strict is true
1 parent f46523f commit c0ed92c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

sample/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"noUncheckedIndexedAccess": true,
99
"outDir": "dist",
1010
"strict": true,
11-
"strictNullChecks": true,
1211
"target": "es5"
1312
}
1413
}

test/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"noUncheckedIndexedAccess": true,
99
"outDir": "dist",
1010
"strict": true,
11-
"strictNullChecks": true,
1211
"target": "es5"
1312
}
1413
}

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"noUncheckedIndexedAccess": true,
99
"outDir": "dist",
1010
"strict": true,
11-
"strictNullChecks": true,
1211
"target": "es5"
1312
},
1413
"include": ["src"]

0 commit comments

Comments
 (0)