Skip to content
This repository has been archived by the owner on Jul 17, 2021. It is now read-only.

Commit

Permalink
fix: generate ts declaration file for typings
Browse files Browse the repository at this point in the history
  • Loading branch information
BerniWittmann committed Mar 21, 2021
1 parent 982bab9 commit 4e390a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"target": "es2018",
"module": "commonjs",
"outDir": "dist",
"sourceMap": true
"sourceMap": true,
"declaration": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 4e390a3

Please sign in to comment.