From b9df7c698ce953704b29847e902752074f5d18ff Mon Sep 17 00:00:00 2001 From: steinuil Date: Fri, 12 Jun 2020 09:53:23 +0200 Subject: [PATCH] Added types field to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2ee29b5..df76cd0 100755 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "2.3.0", "description": "The Italian Tax Code Library for Javascript and Typescript", "main": "dist/codice.fiscale.commonjs2.js", + "types": "types/codice-fiscale.d.ts", "repository": { "type": "git", "url": "git://github.com/lucavandro/CodiceFiscaleJS.git"