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