fix(core): update

This commit is contained in:
2024-04-12 15:07:56 +02:00
parent c0c627fedb
commit 489349e45a
7 changed files with 183 additions and 114 deletions

View File

@@ -27,7 +27,8 @@ export class TypeDoc {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"skipLibCheck": true,
},
include: [],
};