This commit is contained in:
2026-03-25 01:12:37 +07:00
commit e07a04cedc
10 changed files with 330 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "ts-template",
"version": "0.0.1",
"description": "description",
"main": "dist/index.js",
"scripts": {
"build": "tsc --noEmit false",
"dev": "tsc --watch",
"start": "node dist/index.js"
},
"author": "RedStone576",
"license": "Artistic-2.0",
"devDependencies": {
"@types/node": "^25.5.0",
"typescript": "^6.0.2"
}
}