diff --git a/.changeset/funny-bikes-marry.md b/.changeset/funny-bikes-marry.md new file mode 100644 index 00000000..7147cdc3 --- /dev/null +++ b/.changeset/funny-bikes-marry.md @@ -0,0 +1,5 @@ +--- +"swagger-typescript-api": patch +--- + +Remove types fields from package.json as there are no types yet. diff --git a/package.json b/package.json index 5dedd90d..44128149 100644 --- a/package.json +++ b/package.json @@ -14,18 +14,15 @@ "exports": { ".": { "import": { - "types": "./dist/types.d.ts", "default": "./dist/lib.js" }, "require": { - "types": "./dist/types.d.cts", "default": "./dist/lib.cjs" } } }, "main": "./dist/lib.cjs", "module": "./dist/lib.js", - "types": "./dist/types.d.cts", "bin": { "sta": "./dist/cli.js", "swagger-typescript-api": "./dist/cli.js"