From 8bb38139c2ba19e1332facc5c04eb1a0d0b7f5f0 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 7 Oct 2021 18:21:17 +0200 Subject: :bug: fix swc config --- util/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/package.json b/util/package.json index 50049e23..a4dd11c7 100644 --- a/util/package.json +++ b/util/package.json @@ -3,12 +3,12 @@ "version": "1.0.0", "description": "Utility functions for the all server repositories", "main": "dist/index.js", - "types": "dist/index.d.ts", + "types": "src/index.ts", "scripts": { "start": "npm run build && node dist/", "test": "npm run build && jest", "postinstall": "npm run build", - "build": "swc src --out-dir dist" + "build": "npx swc src --out-dir dist" }, "repository": { "type": "git", -- cgit 1.5.1