From 191c0854dd59385187e841475584b91e204e9105 Mon Sep 17 00:00:00 2001 From: Ryan Kahn Date: Thu, 14 Sep 2023 08:22:15 -0400 Subject: [PATCH] Remove types key from package json (#1002) This commit removes the types key from package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index f7a9c0bac..4ef9f2603 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "The speed of a single-page web application without having to write any JavaScript", "module": "dist/turbo.es2017-esm.js", "main": "dist/turbo.es2017-umd.js", - "types": "dist/types/index.d.ts", "files": [ "dist/*.js", "dist/*.js.map",