Skip to content

Commit

Permalink
fix: #231 Remove unnecessary files from package bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimKiselev committed May 8, 2023
1 parent 7fe997a commit 7083f05
Show file tree
Hide file tree
Showing 2 changed files with 6 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
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2020",
"sourceMap": true,
"sourceMap": false,
"outDir": "./lib",
"baseUrl": "./",
"incremental": true,
Expand Down

0 comments on commit 7083f05

Please sign in to comment.