File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 15
15
"entryPoints" : [" ../src/index.ts" ],
16
16
"excludeExternals" : true ,
17
17
"excludeInternal" : false ,
18
- "excludePrivate" : true ,
18
+ // "excludePrivate": true,
19
19
"excludeReferences" : true ,
20
+ "jsDocCompatibility" : false ,
20
21
"treatWarningsAsErrors" : false ,
21
22
"validation" : {
22
23
"notExported" : true ,
Original file line number Diff line number Diff line change @@ -1212,7 +1212,12 @@ describe("Comment Parser", () => {
1212
1212
"@event" ,
1213
1213
"@packageDocumentation" ,
1214
1214
] ) ,
1215
- jsDocCompatibility : { defaultTag : true , exampleTag : true } ,
1215
+ jsDocCompatibility : {
1216
+ defaultTag : true ,
1217
+ exampleTag : true ,
1218
+ ignoreUnescapedBraces : false ,
1219
+ inheritDocTag : false ,
1220
+ } ,
1216
1221
} ;
1217
1222
1218
1223
it ( "Should rewrite @inheritdoc to @inheritDoc" , ( ) => {
You can’t perform that action at this time.
0 commit comments