diff --git a/package.json b/package.json index 5763ba3..cae731c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ ], "main": "lib/index.js", "module": "lib/index.js", - "types": "dist/index.d.ts", + "types": "lib/index.d.ts", "bin": { "astro-decap-collection": "lib/cli.js", "adc": "lib/cli.js"