diff --git a/package.json b/package.json index 21aa5fd..eaccabc 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "bin": { "gofsh": "dist/app.js" }, - "types": "dist/app.d.ts", + "types": "dist/index.d.ts", "files": [ "dist/**/*.{js,json,d.ts}", "dist/utils/template.html"