diff --git a/package.json b/package.json index 928ed17..8ee787e 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,11 @@ "ts-jest": "^27.1.4", "typescript": "^4.6.3" }, + "pnpm": { + "peerDependencyRules": { + "ignoreMissing": ["react", "react-dom"] + } + }, "importSort": { ".js, .jsx, .ts, .tsx": { "style": "module",