diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-07 18:21:17 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-07 18:21:17 +0200 |
commit | 1bef11aaaa23334df105b8e62cf919194a59dc43 (patch) | |
tree | 96ed878170cb5b52c532f9ed7d392551cce21a9f /util/package.json | |
parent | :zap: fast build script (diff) | |
download | server-1bef11aaaa23334df105b8e62cf919194a59dc43.tar.xz |
:bug: fix swc config
Diffstat (limited to 'util/package.json')
-rw-r--r-- | util/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |