build: more strict

This commit is contained in:
EnixCoda 2019-02-20 13:43:58 +08:00
parent 8fd2709673
commit bd23dfd754
No known key found for this signature in database
GPG key ID: 6825847C88AA329A

View file

@ -6,7 +6,7 @@
"jsx": "react",
"allowJs": true,
"module": "commonjs",
"noImplicitAny": true,
"strict": true,
"resolveJsonModule": true,
"lib": ["dom", "es2017.object", "es2016"],
"baseUrl": ".",