diff options
| author | Uri Shaked | 2020-05-26 11:29:52 +0300 |
|---|---|---|
| committer | Uri Shaked | 2020-05-26 11:29:52 +0300 |
| commit | 5bd9859e159a20f21ea363a900c7c260f9348ee0 (patch) | |
| tree | b29c634e1256fb082ead9a4242a253f30c6f2a9e /demo | |
| parent | 0.9.0 (diff) | |
| download | avr8js-5bd9859e159a20f21ea363a900c7c260f9348ee0.tar.gz avr8js-5bd9859e159a20f21ea363a900c7c260f9348ee0.tar.bz2 avr8js-5bd9859e159a20f21ea363a900c7c260f9348ee0.zip | |
chore(demo): disable strict null checks in tsconfig
Diffstat (limited to 'demo')
| -rw-r--r-- | demo/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/tsconfig.json b/demo/tsconfig.json index 4e9d0f3..e11796a 100644 --- a/demo/tsconfig.json +++ b/demo/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { + "strictNullChecks": false, "target": "es2018", "baseUrl": "..", "rootDir": "..", |
