Prepare repo for publish

This commit is contained in:
Cooldude2606
2024-12-24 20:50:48 +00:00
parent 65cadc4040
commit 974b28c3b0
15 changed files with 100 additions and 47 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "root",
"private": true,
"files": [],
"scripts": {
"build": "tsc --build",
"watch": "tsc --build --watch"
},
"devDependencies": {
"typescript": "^5.5.3"
}
}