aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Shaked2020-01-30 23:19:53 +0200
committerUri Shaked2020-01-30 23:19:53 +0200
commit1f5b19d2097edb4112cac114d9fe3596a4458d36 (patch)
treefdeeed46c6d6c3e492a5e08b37414ab2fdaacaa1
parenttest(assembler): add unit tests (diff)
downloadavr8js-1f5b19d2097edb4112cac114d9fe3596a4458d36.tar.gz
avr8js-1f5b19d2097edb4112cac114d9fe3596a4458d36.tar.bz2
avr8js-1f5b19d2097edb4112cac114d9fe3596a4458d36.zip
chore: enable strictNullChecks
Diffstat (limited to '')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 3d26e21..cfc53d6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -4,6 +4,7 @@
"module": "ES2015",
"moduleResolution": "node",
"noImplicitAny": true,
+ "strictNullChecks": true,
"removeComments": false,
"sourceMap": true,
"declaration": true,