We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ddd10 commit ae1f797Copy full SHA for ae1f797
package.json
@@ -3,6 +3,7 @@
3
"description": "Remove undefined properties and empty arrays from an object",
4
"version": "2.0.0",
5
"main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
"author": "Jon Ursenbach <jon@ursenba.ch>",
8
"license": "MIT",
9
"repository": {
tsconfig.json
@@ -3,7 +3,6 @@
"allowJs": true,
"baseUrl": "./src/",
"declaration": true,
- "declarationDir": "./@types",
"esModuleInterop": true,
"noImplicitAny": true,
"outDir": "./dist",
0 commit comments