add duckdb-ui-client & other ts pkgs (#10)

* add duckdb-ui-client & other ts pkgs

* workflow fixes

* fix working dir

* no sparse checkout; specify package.json path

* path to pnpm-lock.yaml

* add check & build test

* workflow step descriptions

* use comments & names

* one more naming tweak
This commit is contained in:
Jeff Raymakers
2025-06-13 09:06:55 -07:00
parent d6cc9eeea4
commit 0edb52054a
133 changed files with 11112 additions and 4 deletions

19
ts/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"private": true,
"scripts": {
"build": "tsc -b",
"build:watch": "tsc -b --watch",
"check": "pnpm -r check",
"test": "pnpm -r test"
},
"devDependencies": {
"typescript": "^5.8.3"
},
"pnpm": {
"overrides": {
"tar-fs": "^3.0.8",
"ws": "^8.18.1"
}
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}