Skip to content

Commit

Permalink
generate ts declaration files
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl committed Dec 15, 2021
1 parent ed2320b commit 4e31f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"baseUrl": ".",
"outDir": "../dist",
"target": "es2020",
"declaration": true,
"declarationMap": true,
"downlevelIteration": true,
"esModuleInterop": true,
"resolveJsonModule": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obgen",
"version": "0.1.0",
"version": "0.1.1",
"description": "Javascript Observables implemented with async generators",
"main": "dist/observable.js",
"types": "dist/observable.d.ts",
Expand Down

0 comments on commit 4e31f3a

Please sign in to comment.