fix/ global error in console when building web app only

This commit is contained in:
Maxime GRIS
2022-02-24 13:18:57 +01:00
parent 4964baee0d
commit 58424a2daa
6 changed files with 51 additions and 25 deletions

View File

@@ -3,7 +3,9 @@
"compilerOptions": {
"outDir": "../out-tsc/app",
"baseUrl": "",
"types": []
"types": [
"node"
]
},
"files": [
"main.ts",