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"