From abf953b3f1f6702d00e96d372a91d67ef32f99ec Mon Sep 17 00:00:00 2001 From: Dan Russell <4387475+dangrussell@users.noreply.github.com> Date: Tue, 1 Dec 2020 16:11:33 -0500 Subject: [PATCH] Add file extenstion to typings property value TypeScript requires the file extension be specified in typings / types property. https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9b570c..ecb4e1f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "3.0.0", "description": "Scanner and parser for JSON with comments.", "main": "./lib/umd/main.js", - "typings": "./lib/umd/main", + "typings": "./lib/umd/main.d.ts", "module": "./lib/esm/main.js", "author": "Microsoft Corporation", "repository": {