diff --git a/generic-tsconfig.json b/generic-tsconfig.json index 29f70b7f..9ce8eeb6 100644 --- a/generic-tsconfig.json +++ b/generic-tsconfig.json @@ -7,6 +7,7 @@ "jsx": "react", "jsxFactory": "h", "strict": true, + "types": [], "moduleResolution": "node", "outDir": ".ts-tmp", "composite": true,