diff options
-rw-r--r-- | gulpfile.js | 2 | ||||
-rw-r--r-- | icons-react/index.d.ts (renamed from icons-react/index.d.js) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 35c59eb3..c5d7c83e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -588,7 +588,7 @@ gulp.task('svg-to-react', gulp.series('clean-react', async function (cb) { }); fs.writeFileSync('icons-react/index.js', indexCode); - fs.writeFileSync('icons-react/index.d.js', indexDCode); + fs.writeFileSync('icons-react/index.d.ts', indexDCode); }); cb(); diff --git a/icons-react/index.d.js b/icons-react/index.d.ts index bb3b1820..bb3b1820 100644 --- a/icons-react/index.d.js +++ b/icons-react/index.d.ts |