feat(global-shortcut): add plugin (#324)

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
This commit is contained in:
Lucas Fernandes Nogueira
2023-04-18 22:18:14 -03:00
committed by GitHub
co-authored by Amr Bashir
parent 8cd7d3501b
commit 4b66ba03a5
14 changed files with 857 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"extends": "../../tsconfig.base.json",
"include": ["guest-js/*.ts"]
}