Skip to content

Commit 2f03c59

Browse files
authored
Merge pull request #28 from tilde-lab/blokhin-patch-1
Add harder TS options
2 parents 8de36a7 + caf92c5 commit 2f03c59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"diagnostics": false,
2626
"sourceMap": true,
2727
"noLib": false,
28+
"strictNullChecks": true,
29+
"strict": true,
2830
"typeRoots": [
2931
"src/**/*",
3032
"/.node_modules/@types"
@@ -48,4 +50,4 @@
4850
]
4951
}
5052
}
51-
}
53+
}

0 commit comments

Comments
 (0)