From 01d79306cc8c5dc032622f7f8dd62fe332521580 Mon Sep 17 00:00:00 2001 From: fargito Date: Thu, 9 Feb 2023 11:28:38 +0100 Subject: [PATCH] chore: exclude dev config files --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 779a246..d4ca906 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "json-schema-to-ts", "version": "2.7.0-beta.0", "description": "Infer typescript types from your JSON schemas!", + "files": [ + "lib" + ], "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "types": "lib/types/index.d.ts",