Skip to content

Commit

Permalink
Merge pull request #428 from MaksimKiselev/fix-231-remove-unnecessary…
Browse files Browse the repository at this point in the history
…-files-from-package-bundle

fix: #231 Remove unnecessary files from package bundle
  • Loading branch information
pragmaticivan authored May 8, 2023
2 parents 7fe997a + faa521b commit 8940ec7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ node_modules
src
tests
.editorconfig
.estlintcache
.estlintignore
.estlintrc.js
.eslintcache
.eslintignore
.eslintrc.js
.prettierrc.js
CHANGELOG.md
commitlint.config.js
REFERENCE.md
*.tsbuildinfo
tsconfig.json
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2020",
"sourceMap": true,
"outDir": "./lib",
"baseUrl": "./",
"incremental": true,
Expand Down

0 comments on commit 8940ec7

Please sign in to comment.