Skip to content

Commit

Permalink
TypeScript compatibility improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Sep 13, 2022
1 parent 6fb1532 commit 98ee7e7
Show file tree
Hide file tree
Showing 4 changed files with 13 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
12 changes: 12 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*.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 <[email protected]>",
"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 98ee7e7

Please sign in to comment.