feat(shell): add plugin (#327)

This commit is contained in:
Lucas Fernandes Nogueira
2023-04-23 11:39:48 -07:00
committed by GitHub
parent 89fb40caac
commit 8ed00adaa0
17 changed files with 2383 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"extends": "../../tsconfig.base.json",
"include": ["guest-js/*.ts"]
}