From 6134091642f57c32f50e7b5604635e4d37dd19e8 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Fri, 27 Oct 2023 20:50:38 -0700 Subject: [PATCH] Revert "Explicitly declare type=commonjs in package.json (#56190)" (#56237) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index aaad6218886..7914f10d860 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "type": "git", "url": "https://github.com/Microsoft/TypeScript.git" }, - "type": "commonjs", "main": "./lib/typescript.js", "typings": "./lib/typescript.d.ts", "bin": {