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",
|