Skip to content

Commit

Permalink
Merge pull request #3651 from quilljs/zh-ts-2.7
Browse files Browse the repository at this point in the history
TypeScript compatibility improvement
  • Loading branch information
luin authored Sep 17, 2022
2 parents 6fb1532 + f7640d1 commit e581d1c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.*
!.eslintrc.json
!.eslintignore
!.npmignore

/dist
/node_modules
Expand Down
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*.ts
!*.d.ts
.*
Gemfile
Gemfile.lock
_develop
.github
.vscode
docs
test
tsconfig.json
14 changes: 0 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,6 @@
"author": "Jason Chen <jhchen7@gmail.com>",
"homepage": "http://quilljs.com",
"main": "dist/quill.js",
"exports": {
".": "./dist/quill.js",
"./core": "./dist/core.js",
"./blots/*": "./dist/blots/*.js",
"./formats/*": "./dist/formats/*.js",
"./modules/*": "./dist/modules/*.js",
"./themes/*": "./dist/themes/*.js",
"./ui/*": "./dist/ui/*.js",
"./assets/": "./assets/"
},
"files": [
"assets",
"dist"
],
"config": {
"ports": {
"proxy": "9000",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"outDir": "./dist",
"allowSyntheticDefaultImports": true,
"target": "es6",
"sourceMap": true,
Expand Down

0 comments on commit e581d1c

Please sign in to comment.