fix(package): fix pnpm peer dependencies errors

This commit is contained in:
AAGaming
2022-06-08 18:29:27 -04:00
parent 7111d18667
commit e5e561edd6

View File

@@ -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",