diff --git a/desktop/pkg/templates/plugin/package.json.template b/desktop/pkg/templates/plugin/package.json.template index 4af449f7e..30f4c4366 100644 --- a/desktop/pkg/templates/plugin/package.json.template +++ b/desktop/pkg/templates/plugin/package.json.template @@ -20,6 +20,8 @@ "flipper": "latest" }, "devDependencies": { + "@types/react": "latest", + "@types/react-dom": "latest", "flipper": "latest", "flipper-pkg": "latest" }