diff options
| author | Uri Shaked | 2020-01-30 23:19:53 +0200 |
|---|---|---|
| committer | Uri Shaked | 2020-01-30 23:19:53 +0200 |
| commit | 1f5b19d2097edb4112cac114d9fe3596a4458d36 (patch) | |
| tree | fdeeed46c6d6c3e492a5e08b37414ab2fdaacaa1 | |
| parent | test(assembler): add unit tests (diff) | |
| download | avr8js-1f5b19d2097edb4112cac114d9fe3596a4458d36.tar.gz avr8js-1f5b19d2097edb4112cac114d9fe3596a4458d36.tar.bz2 avr8js-1f5b19d2097edb4112cac114d9fe3596a4458d36.zip | |
chore: enable strictNullChecks
| -rw-r--r-- | tsconfig.json | 1 |
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, |
