From f3dfb5abe0b952d641be40cda5523dde9433d250 Mon Sep 17 00:00:00 2001 From: Daniil Suvorov Date: Thu, 19 Jan 2023 15:36:38 +0300 Subject: [PATCH] fix: add type module --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 42dc6f5..76c8940 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "type": "git", "url": "git+https://github.com/VKCOM/api-schema-typescript.git" }, + "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false,