repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0ba2bf
)
test: fix TS options
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 18 Mar 2023 09:51:10 +0000
(10:51 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/tsconfig.json
b/tsconfig.json
index 82b4e8ef180d3af091e22545622b3e113146adfb..f2ad5e06b3329188253576fd605a1bc61f85eba8 100644
(file)
--- a/
tsconfig.json
+++ b/
tsconfig.json
@@
-71,7
+71,8
@@
"exclude": ["ui/web/**/*.ts"],
"ts-node": {
"compilerOptions": {
- "module": "commonjs"
+ "module": "commonjs",
+ "verbatimModuleSyntax": false,
}
}
}