1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-01 11:50:25 +02:00

index.d.js -> index.d.ts fix

This commit is contained in:
codecalm
2020-09-21 14:02:49 +02:00
parent 98f489e283
commit c1e325d3f5
2 changed files with 1 additions and 1 deletions

View File

@@ -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();