diff --git a/package.json b/package.json index 8e1d161..fe2c55d 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "create iconset from separated svg icons", "main": "./dist/app.js", + "types": "./dist/app.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build",