chore: new builds & types using tsdown (#20)

This commit is contained in:
Rahim
2025-09-23 23:12:19 +10:00
committed by GitHub
parent 8bb4dcff72
commit 6ad5340b40
142 changed files with 1407 additions and 3468 deletions
+3 -2
View File
@@ -8,12 +8,13 @@
"clean": "turbo run clean",
"dev:html": "turbo run dev --filter=html-demo...",
"dev:react": "turbo run dev --filter=react-demo...",
"dev": "turbo run dev --parallel",
"dev": "turbo run dev --parallel --filter=./packages/**",
"generate:icons": "turbo run generate:icons",
"format:check": "prettier . --check --log-level warn --cache",
"format": "prettier . --write --log-level warn --cache",
"lint": "turbo run lint",
"test": "turbo run test",
"typecheck": "turbo run typecheck"
"typecheck": "pnpm run generate:icons && tsc --build --noEmit"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",