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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user