diff --git a/app.js b/app.ts similarity index 100% rename from app.js rename to app.ts diff --git a/package.json b/package.json index 6525d4f..974d1cf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "backend", "version": "1.0.0", "description": "The Sheepstar backend containing the api, cdn, shortener and more! :)", - "main": "app.js", + "main": "app.ts", "repository": "https://github.com/SheepstarStudio/Backend.git", "author": "SheepstarStudio", "private": true,