test: fix TS options
[e-mobility-charging-stations-simulator.git] / tsconfig.json
index 82b4e8ef180d3af091e22545622b3e113146adfb..f2ad5e06b3329188253576fd605a1bc61f85eba8 100644 (file)
@@ -71,7 +71,8 @@
   "exclude": ["ui/web/**/*.ts"],
   "ts-node": {
     "compilerOptions": {
-      "module": "commonjs"
+      "module": "commonjs",
+      "verbatimModuleSyntax": false,
     }
   }
 }