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:
03682e2
)
build(ui): fix test
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 22 Apr 2023 18:47:13 +0000
(20:47 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 22 Apr 2023 18:47:13 +0000
(20:47 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/tsconfig.json
patch
|
blob
|
blame
|
history
diff --git
a/ui/web/tsconfig.json
b/ui/web/tsconfig.json
index 9a3e10e71af6254bb9537175d2937f995f145db8..7fe09db6d7ff37fa040d730c99cf6c5d9324a90b 100644
(file)
--- a/
ui/web/tsconfig.json
+++ b/
ui/web/tsconfig.json
@@
-1,6
+1,7
@@
{
"extends": "@vue/tsconfig/tsconfig.json",
"compilerOptions": {
+ "allowImportingTsExtensions": false,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,