Disable VSCode type chekcing (#2767)

This commit is contained in:
CHaBou 2018-03-17 18:52:18 +01:00 committed by GitHub
parent 20173f0e86
commit 933e6f4966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
{
"compilerOptions": {
"checkJs": true,
"jsx": "react",
"target": "es6"
},