Added node_modules to gitignore and added typescript.

This commit is contained in:
2023-09-26 16:38:43 -04:00
parent 415f2d4e89
commit 52adfa5bef
3 changed files with 34 additions and 1 deletions

View File

@@ -7,5 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0-or-later"
"license": "GPL-3.0-or-later",
"devDependencies": {
"typescript": "^5.2.2"
}
}