typescript support

This commit is contained in:
EduarteXD
2025-05-04 18:54:06 +08:00
parent 3c5d7f0797
commit 13e0e78e48
34 changed files with 155 additions and 1375 deletions

6
.gitignore vendored
View File

@ -9,6 +9,8 @@ node_modules
# testing
coverage
# dist/
# misc
.DS_Store
@ -24,4 +26,6 @@ yarn-debug.log*
yarn-error.log*
# extension.js
extension-env.d.ts
extension-env.d.ts
.vscode/