Added gitignore and basic TypeScript config

This commit is contained in:
2023-10-03 16:32:13 -04:00
parent 5fc16bd907
commit 897a0f8d8a
4 changed files with 43 additions and 1 deletions

View File

@ -8,5 +8,8 @@
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"typescript": "^5.2.2"
}
}