From c1e325d3f51b6060daa09b5e769a4391c55bc571 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 21 Sep 2020 14:02:49 +0200 Subject: [PATCH] index.d.js -> index.d.ts fix --- gulpfile.js | 2 +- icons-react/{index.d.js => index.d.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename icons-react/{index.d.js => index.d.ts} (100%) diff --git a/gulpfile.js b/gulpfile.js index 35c59eb3c..c5d7c83ef 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 similarity index 100% rename from icons-react/index.d.js rename to icons-react/index.d.ts