feat: adding in support for typescript code completion to the gnome extension.js

This commit is contained in:
Lucas Oskorep
2024-11-08 02:41:48 -05:00
parent 7de3adfaee
commit 784051afca
6 changed files with 1900 additions and 57 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"devDependencies": {
"eslint": "^9.14.0",
"eslint-plugin-jsdoc": "^50.4.3",
"typescript": "^5.6.3"
},
"dependencies": {
"@girs/gjs": "^4.0.0-beta.18",
"@girs/gnome-shell": "^47.0.0"
}
}