test: fix TS options
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 18 Mar 2023 09:51:10 +0000 (10:51 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 18 Mar 2023 09:51:10 +0000 (10:51 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
tsconfig.json

index 82b4e8ef180d3af091e22545622b3e113146adfb..f2ad5e06b3329188253576fd605a1bc61f85eba8 100644 (file)
@@ -71,7 +71,8 @@
   "exclude": ["ui/web/**/*.ts"],
   "ts-node": {
     "compilerOptions": {
-      "module": "commonjs"
+      "module": "commonjs",
+      "verbatimModuleSyntax": false,
     }
   }
 }