File tree 1 file changed +3
-3
lines changed
packages/openapi-generator
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ are done.
56
56
transpiled js code. You can do this by modifying your ` package.json ` to include your
57
57
source code in the bundle. For example, if the source code is present in the ` src/ `
58
58
directory, then add ` src/ ` to the files array in the ` package.json ` of your project.
59
- 2 . After Step 1, change the ` types ` field in the ` package.json ` to be the entry point of
60
- the types in the source code. For example, if the entrypoint is ` src/index.ts ` , then
61
- set ` "types ": "src/index.ts" ` in the ` package.json `
59
+ 2 . After Step 1, change the ` source ` field in the ` package.json ` to be the entry point
60
+ of the types in the source code. For example, if the entrypoint is ` src/index.ts ` ,
61
+ then set ` "source ": "src/index.ts" ` in the ` package.json `
62
62
63
63
## 4. Defining Custom Codecs
64
64
You can’t perform that action at this time.
0 commit comments