[json] set client to strict

This commit is contained in:
Martin Aeschlimann
2018-02-07 23:04:56 +01:00
parent d40a1e24c0
commit e22c27075a
2 changed files with 10 additions and 9 deletions

View File

@@ -4,6 +4,7 @@
"module": "commonjs",
"outDir": "./out",
"noUnusedLocals": true,
"lib": [ "es2016" ]
"lib": [ "es2016" ],
"strict": true
}
}