Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
aolyang committed Dec 30, 2024
1 parent 558bb99 commit 9dfd5bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tiptap-extension-font-size/src/fontSize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "@tiptap/extension-text-style"

import { type Command, Extension } from "@tiptap/core"

type FontSizeOptions = {
export type FontSizeOptions = {
types: string[]
}
declare module "@tiptap/core" {
Expand Down
1 change: 1 addition & 0 deletions packages/tiptiz-rich-suits/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "../../.configs/tsconfig.base.json",
"compilerOptions": {
"moduleResolution": "Bundler"
},
Expand Down

0 comments on commit 9dfd5bb

Please sign in to comment.