fix(core): update

This commit is contained in:
2022-09-16 08:17:28 +02:00
parent 1d00a95885
commit c150052380
4 changed files with 4515 additions and 2245 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@gitzone/tsdoc',
version: '1.1.10',
version: '1.1.11',
description: 'a tool for better documentation'
}

View File

@ -26,7 +26,8 @@ export class TypeDoc {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"skipLibCheck": true
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
},
include: [],
};