TypeScript SDK: skeleton (#4236)

This commit is contained in:
Stanislav Novosad
2025-12-10 11:12:47 -07:00
committed by GitHub
parent 86ec31f556
commit 2be36c7738
14 changed files with 1240 additions and 17 deletions

View File

@@ -46,6 +46,9 @@
"test:unit": "vitest --project unit",
"test:wire": "vitest --project wire"
},
"dependencies": {
"playwright": "^1.48.0"
},
"devDependencies": {
"webpack": "^5.97.1",
"ts-loader": "^9.5.1",