Skip to content

Commit

Permalink
fix(firestore-bigquery-changetracker): include declaration files
Browse files Browse the repository at this point in the history
  • Loading branch information
cabljac committed Nov 6, 2024
1 parent 349bf32 commit e1315c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
},
"files": [
"lib/*.js",
"lib/bigquery/*.js"
"lib/bigquery/*.js",
"lib/*.d.ts",
"lib/bigquery/*.d.ts"
],
"author": "Jan Wyszynski <[email protected]>",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"outDir": "lib",
"types": ["node"],
"target": "ES2020",
"skipLibCheck": true
"skipLibCheck": true,
"declaration": true
},
"include": ["src"],
"exclude": ["src/**/*.test.ts"]
Expand Down

0 comments on commit e1315c0

Please sign in to comment.