From 2fce19f80edd98a3dbace5ebdc16a6444aab7dcd Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 11 Feb 2019 15:06:03 +0700 Subject: [PATCH] Remove the `typings` field in package.json It's not needed as TypeScript infers the file just like Node.js does for `index.js`. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 4f2f61fe2..1388f2c55 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,6 @@ "xo": "^0.24.0", "zen-observable": "^0.8.13" }, - "typings": "index.d.ts", "xo": { "ignores": [ "media/**",