Skip to content

Commit

Permalink
fix: esm convert icons command
Browse files Browse the repository at this point in the history
  • Loading branch information
bbohlender committed Apr 5, 2024
1 parent b3b1d29 commit 3a40374
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/icons/lucide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"oslllo-svg-fixer": "^3.0.0",
"@types/node": "^20.11.0",
"lucide-static": "^0.331.0"
}
},
"type": "module"
}
8 changes: 8 additions & 0 deletions packages/icons/lucide/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"declaration": true,
"skipLibCheck": true
}
}

0 comments on commit 3a40374

Please sign in to comment.