From 4b7dae601e2099365f98fde00212b41bd8ca08ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Mon, 21 Sep 2020 14:02:04 +0200 Subject: Update gulpfile.js --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 35c59eb..c5d7c83 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(); -- cgit v1.2.1