diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 4dc65a1..f2850b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,8 +17,7 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react", - "noImplicitAny": false + "jsx": "react" }, "include": [ "src" |