We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22c4b1f + bd49e34 commit 16cdf0eCopy full SHA for 16cdf0e
.changeset/funny-bikes-marry.md
@@ -0,0 +1,5 @@
1
+---
2
+"swagger-typescript-api": patch
3
4
+
5
+Remove types fields from package.json as there are no types yet.
package.json
@@ -14,18 +14,15 @@
14
"exports": {
15
".": {
16
"import": {
17
- "types": "./dist/types.d.ts",
18
"default": "./dist/lib.js"
19
},
20
"require": {
21
- "types": "./dist/types.d.cts",
22
"default": "./dist/lib.cjs"
23
}
24
25
26
"main": "./dist/lib.cjs",
27
"module": "./dist/lib.js",
28
29
"bin": {
30
"sta": "./dist/cli.js",
31
"swagger-typescript-api": "./dist/cli.js"
0 commit comments