From df6f50fbf2ff69515c0862e532dcc935d35b2a73 Mon Sep 17 00:00:00 2001 From: Rico Kahler Date: Mon, 30 Aug 2021 01:00:31 -0400 Subject: [PATCH] fix: include types --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5ed49fc..47c540f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "A babel plugin that combines babel-plugin-module-resolver and tsconfig-paths to resolve tsconfig paths", "main": "./index.js", + "types": "./index.d.ts", "sideEffects": false, "scripts": { "test": "jest",