diff --git a/tsconfig.json b/tsconfig.json index f0c0bc4..b16642f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,6 @@ "importHelpers": false, "strictNullChecks": true, "experimentalDecorators": true, - "allowJs": true, "jsxFactory": "React.createElement", "jsxFragmentFactory": "React.Fragment", "noUnusedParameters": true,