Skip to content

Commit

Permalink
Include all types files into distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
amikheychik committed Dec 31, 2024
1 parent 736e78d commit f47e58f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ exports.default = gulp.series(
},
files: [
'**/*.js',
'config.d.ts',
'config/**/*.d.ts',
'rules.d.ts',
'rules/**/rules/*.d.ts',
'**/*.d.ts',
],
}, {
exports: {
'.': {
require: './index.js',
types: './index.d.ts',
},
'./config': {
require: './config.js',
Expand Down

0 comments on commit f47e58f

Please sign in to comment.