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 1515 "entryPoints" : [" ../src/index.ts" ],
1616 "excludeExternals" : true ,
1717 "excludeInternal" : false ,
18- "excludePrivate" : true ,
18+ // "excludePrivate": true,
1919 "excludeReferences" : true ,
20+ "jsDocCompatibility" : false ,
2021 "treatWarningsAsErrors" : false ,
2122 "validation" : {
2223 "notExported" : true ,
Original file line number Diff line number Diff line change @@ -1212,7 +1212,12 @@ describe("Comment Parser", () => {
12121212 "@event" ,
12131213 "@packageDocumentation" ,
12141214 ] ) ,
1215- jsDocCompatibility : { defaultTag : true , exampleTag : true } ,
1215+ jsDocCompatibility : {
1216+ defaultTag : true ,
1217+ exampleTag : true ,
1218+ ignoreUnescapedBraces : false ,
1219+ inheritDocTag : false ,
1220+ } ,
12161221 } ;
12171222
12181223 it ( "Should rewrite @inheritdoc to @inheritDoc" , ( ) => {
You can’t perform that action at this time.
0 commit comments