feat(ee): docx word export

This commit is contained in:
Philipinho
2026-06-19 13:10:55 +01:00
parent 2b56c09afc
commit ba3c83bc1d
19 changed files with 431 additions and 387 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2021",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"lib": ["ES2021", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,