From 349f5f7b454eb8066d99008c7eb18e2cef652f6d Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 1 Aug 2023 14:39:48 +0100 Subject: [PATCH] Fix "main" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae19e9d..b58fab4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@owlboard/ts-types", "version": "0.0.1", "description": "Declares Typescript types for the OwlBoard stack", - "main": "index.js", + "main": "index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },