1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-18 21:49:20 +00:00

Fixed bug where null were considered as objects

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-11-23 02:27:16 +01:00
parent 4637abeaaf
commit f87e3047fc
4 changed files with 13 additions and 3 deletions

View File

@ -15,7 +15,7 @@
"allowJs": true,
"sourceMap": false,
"strict": true,
"target": "ES2017", // Follow NodeJS oldest supported LTS
"target": "ES2017", // Follow NodeJS oldest supported LTS and compare with https://node.green
"module": "commonjs"
},
"exclude": [