aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Shaked2020-05-26 11:29:52 +0300
committerUri Shaked2020-05-26 11:29:52 +0300
commit5bd9859e159a20f21ea363a900c7c260f9348ee0 (patch)
treeb29c634e1256fb082ead9a4242a253f30c6f2a9e
parent0.9.0 (diff)
downloadavr8js-5bd9859e159a20f21ea363a900c7c260f9348ee0.tar.gz
avr8js-5bd9859e159a20f21ea363a900c7c260f9348ee0.tar.bz2
avr8js-5bd9859e159a20f21ea363a900c7c260f9348ee0.zip
chore(demo): disable strict null checks in tsconfig
-rw-r--r--demo/tsconfig.json1
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": "..",
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.