File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 5555 },
5656 "devDependencies" : {
5757 "@types/node" : " ^18.8.0" ,
58+ "@types/react" : " ^17.0.43" ,
5859 "eslint" : " ^8.57.0" ,
5960 "rimraf" : " ^4.1.1" ,
6061 "tsconfig" : " workspace:^" ,
Original file line number Diff line number Diff line change 55 "outDir" : " ./dist" ,
66 "lib" : [" dom" ],
77 "strict" : false ,
8- "experimentalDecorators" : false
8+ "experimentalDecorators" : false ,
9+ "paths" : {
10+ "react" : [" ./node_modules/@types/react" ]
11+ }
912 },
1013 "include" : [" src/**/*" ]
1114}
Original file line number Diff line number Diff line change @@ -1837,6 +1837,7 @@ __metadata:
18371837 "@remirror/react-editors": ^2.0.1
18381838 "@remirror/react-ui": ^1.0.1
18391839 "@types/node": ^18.8.0
1840+ "@types/react": ^17.0.43
18401841 codemirror: ^6.0.1
18411842 eslint: ^8.57.0
18421843 remirror: ^3.0.1
You can’t perform that action at this time.
0 commit comments