fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@gitzone/tsdoc',
|
||||
version: '1.1.10',
|
||||
version: '1.1.11',
|
||||
description: 'a tool for better documentation'
|
||||
}
|
||||
|
@ -26,7 +26,8 @@ export class TypeDoc {
|
||||
"target": "ES2022",
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "nodenext",
|
||||
"skipLibCheck": true
|
||||
"skipLibCheck": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
},
|
||||
include: [],
|
||||
};
|
||||
|
Reference in New Issue
Block a user