Skip to content

Commit

Permalink
chores(config): strip internal
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Jul 5, 2024
1 parent 09b2dec commit fb3a3f6
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 @@ -25,7 +25,8 @@
"strict": true,
"sourceMap": true,
"composite": false,
"declaration": true
"declaration": true,
"stripInternal": true
},
"files": [
"./src/index.ts"
Expand Down

0 comments on commit fb3a3f6

Please sign in to comment.