From 4015bbf6db793b50947494f8caae8598461cc486 Mon Sep 17 00:00:00 2001 From: paradoxuum Date: Mon, 22 Jul 2024 10:59:21 +0100 Subject: [PATCH] build: only include required files --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index e832ff8..0cf00b1 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "2.2.0", "description": "Transformer for debugging things in roblox-ts", "main": "out/index.js", + "files": [ + "out", + "index.d.ts" + ], "scripts": { "build": "tsc", "prepare": "npm run build"