remove no-implicit-this

This commit is contained in:
Fabio Berger
2018-03-08 15:56:49 +01:00
parent 21d2d59b50
commit 0e4448fd3f
2 changed files with 0 additions and 2 deletions

View File

@@ -5,7 +5,6 @@
"jsx": "react",
"baseUrl": "./",
"strictNullChecks": false,
"noImplicitThis": false,
"paths": {
"*": ["node_modules/@types/*", "*"]
}