Skip to content

Commit

Permalink
add declaration files to npm-package
Browse files Browse the repository at this point in the history
  • Loading branch information
BuZZ-T committed Apr 9, 2022
1 parent c83cb17 commit 1adbe37
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ coverage-int/
node_modules/
*.js
*.js.map
*.d.ts

# Downloaded binaries
chrome-*.zip
Expand Down
7 changes: 6 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
*.ts
!*.d.ts

localstore.json
test/
test/
examples/
coverage/
coverage-int/
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"noImplicitAny": true,
"resolveJsonModule": true,
"noImplicitReturns": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"declaration": true
},
"include": [
"**.ts"
Expand Down

0 comments on commit 1adbe37

Please sign in to comment.