export docx

This commit is contained in:
2020-04-21 12:14:23 +02:00
committed by smuddy
parent 0b8e2212e9
commit 5695640fe4
6 changed files with 181 additions and 10 deletions

View File

@@ -2,7 +2,9 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
"types": [
"node"
]
},
"files": [
"src/main.ts",