File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -157,14 +157,14 @@ dist
157
157
! /dist /
158
158
! /dist. * /
159
159
160
- # TypeScript source files are intended to be shipped,
161
- # as they can provide additional context for downstream users.
162
- # The compiler configs are shipped, so downstream users can inherit from them.
163
- # The TypeDoc configs are shipped, so downstream users can generate API documentation with them.
160
+ # TypeScript source files are intended to be shipped, as they can provide additional context for downstream users.
161
+ # The TSCompiler configs are shipped, so downstream users can inherit from them.
162
+ # The TypeDoc & TSDoc configs are shipped, so downstream users can generate API documentation with them.
164
163
! /src /
165
164
! /tsconfig. *
166
165
! /webpack. *
167
166
! /typedoc. *
167
+ ! /tsdoc.json
168
168
169
169
/test /
170
170
/tests /
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
## unreleased
6
6
7
7
* Docs
8
- * Use [ TSDoc] ( https://tsdoc.org/ ) syntax in TypeScript files, instead of [ JSDoc] ( https://jsdoc.app/ ) (via [ #318 ] )
8
+ * Use [ TSDoc] ( https://tsdoc.org/ ) syntax in TypeScript files, instead of [ JSDoc] ( https://jsdoc.app/ ) (via [ #318 ] , [ # 453 ] )
9
9
10
10
[ #318 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/318
11
+ [ #453 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/453
11
12
12
13
## 1.10.0 - 2023-01-28
13
14
You can’t perform that action at this time.
0 commit comments