Skip to content

Commit

Permalink
Fix typescript types
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Saxena committed Dec 23, 2024
1 parent 55ac0d8 commit 0b7454a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
},
"devDependencies": {
"@types/node": "^18.8.0",
"@types/react": "^17.0.43",
"eslint": "^8.57.0",
"rimraf": "^4.1.1",
"tsconfig": "workspace:^",
Expand Down
5 changes: 4 additions & 1 deletion packages/text-editor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"outDir": "./dist",
"lib": ["dom"],
"strict": false,
"experimentalDecorators": false
"experimentalDecorators": false,
"paths": {
"react": ["./node_modules/@types/react"]
}
},
"include": ["src/**/*"]
}
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1837,6 +1837,7 @@ __metadata:
"@remirror/react-editors": ^2.0.1
"@remirror/react-ui": ^1.0.1
"@types/node": ^18.8.0
"@types/react": ^17.0.43
codemirror: ^6.0.1
eslint: ^8.57.0
remirror: ^3.0.1
Expand Down

0 comments on commit 0b7454a

Please sign in to comment.