Skip to content

Commit ae1f797

Browse files
committed
feat: exposing TS types
1 parent 10ddd10 commit ae1f797

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "Remove undefined properties and empty arrays from an object",
44
"version": "2.0.0",
55
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
67
"author": "Jon Ursenbach <[email protected]>",
78
"license": "MIT",
89
"repository": {

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"allowJs": true,
44
"baseUrl": "./src/",
55
"declaration": true,
6-
"declarationDir": "./@types",
76
"esModuleInterop": true,
87
"noImplicitAny": true,
98
"outDir": "./dist",

0 commit comments

Comments
 (0)