Skip to content

Commit

Permalink
restore type declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
allartk committed Oct 25, 2023
1 parent 45c8fa6 commit 4f8f558
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"target": "es6",
"module": "esnext",
"strict": true,
"moduleResolution":"bundler"
"moduleResolution":"bundler",
"declaration": true,
"declarationDir": "dist/types",
},
"include": ["./src/**/*","./test/**/*"]
}
Expand Down

0 comments on commit 4f8f558

Please sign in to comment.