Skip to content

Commit

Permalink
fix issue with npm build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bmakuh committed Jan 30, 2025
1 parent db41867 commit c9a9d8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/quill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quill",
"version": "2.0.4-beta.13",
"version": "2.0.4-beta.15",
"description": "Your powerful, rich text editor",
"author": "Jason Chen <[email protected]>",
"homepage": "https://quilljs.com",
Expand Down
3 changes: 2 additions & 1 deletion packages/quill/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"moduleResolution": "bundler",
"strictNullChecks": true,
"noImplicitAny": true,
"noUnusedLocals": true
"noUnusedLocals": true,
"skipLibCheck": true
},
"include": ["src/**/*", "test/**/*"]
}

0 comments on commit c9a9d8b

Please sign in to comment.