Skip to content

Commit

Permalink
chore: generate declaration files on build
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed May 23, 2023
1 parent 30bf6f9 commit 99ae71a
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 @@ -5,7 +5,8 @@
"target": "ES2020",
"sourceMap": false,
"outDir": "dist",
"skipLibCheck": true
"skipLibCheck": true,
"declaration": true
},
"include": ["src/**/*.ts"],
"ts-node": {
Expand Down

0 comments on commit 99ae71a

Please sign in to comment.