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:
@ -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": [
|
||||
|
Reference in New Issue
Block a user