From 650ba3d0ae989b24bfff6de89b57ed74e843b39a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 7 Oct 2021 18:20:03 +0200 Subject: :bug: fix types + swcrc configs --- api/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/package.json') diff --git a/api/package.json b/api/package.json index 2764320a..c4a29774 100644 --- a/api/package.json +++ b/api/package.json @@ -2,8 +2,8 @@ "name": "@fosscord/api", "version": "1.0.0", "description": "This repository contains the HTTP API Server", - "main": "dist/Server.js", - "types": "dist/Server.d.ts", + "main": "dist/index.js", + "types": "src/index.ts", "scripts": { "test:only": "jest --coverage --verbose --forceExit ./tests", "test:routes": "jest --coverage --verbose --forceExit ./routes.test.ts", -- cgit 1.5.1