chore(extension): use separate package.json (#778)

This commit is contained in:
Yury Semikhatsky
2025-07-28 17:16:08 -07:00
committed by GitHub
parent 9b5f97b076
commit 903c857f19
7 changed files with 1617 additions and 1646 deletions

View File

@@ -0,0 +1,4 @@
// Help VSCode to find right tsconfig file.
{
"extends": "../../tsconfig.ui.json"
}