Skip to content

Commit 6a3531f

Browse files
committed
fix: add type defs for react
1 parent 0f1e024 commit 6a3531f

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
"rollup-plugin-atomic": "^2.0.1",
5050
"shx": "^0.3.3",
5151
"tslib": "^2.1.0",
52-
"typescript": "^4.1.3"
52+
"typescript": "^4.1.3",
53+
"@types/react": "^17.0.1",
54+
"@types/react-dom": "^17.0.0"
5355
},
5456
"atomTestRunner": "./spec/runner",
5557
"activationHooks": [

pnpm-lock.yaml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)