1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

Migrate core JavaScript to TypeScript (#2582)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Paweł Kuna
2026-01-09 21:49:22 +01:00
committed by GitHub
parent a24d5cab13
commit 857988dd44
51 changed files with 753 additions and 500 deletions
+5 -3
View File
@@ -7,13 +7,14 @@
"dev": "turbo dev",
"clean": "turbo clean",
"bundlewatch": "turbo bundlewatch",
"type-check": "turbo type-check",
"version": "changeset version",
"publish": "changeset publish",
"playwright": "pnpm run build && pnpm run vt",
"reformat-md": "node .build/reformat-md.mjs",
"reformat-md": "tsx .build/reformat-mdx.ts",
"lint": "pnpm run lint-md",
"lint-md": "markdownlint docs/content/**/*.md",
"zip-package": "node .build/zip-package.mjs",
"zip-package": "tsx .build/zip-package.ts",
"start": "pnpm dev"
},
"packageManager": "pnpm@10.27.0",
@@ -45,6 +46,7 @@
"shelljs": "^0.10.0",
"terser": "^5.44.1",
"turbo": "^2.7.3",
"tsx": "^4.21.0",
"vite": "^7.3.0"
}
}
}