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:
647a34d
)
build: target ESNext in tsconfig.json
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 19 Mar 2024 09:39:48 +0000
(10:39 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 19 Mar 2024 14:35:30 +0000
(15:35 +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 0107ea53c898860570280bde6ad65d6e572ddd76..0bc569f323b5befb1ad2429b3e36a598212e6b25 100644
(file)
--- a/
tsconfig.json
+++ b/
tsconfig.json
@@
-1,9
+1,9
@@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
- "target": "
es2022
",
+ "target": "
ESNext
",
"module": "NodeNext",
- "lib": ["
es2022
"],
+ "lib": ["
ESNext
"],
"removeComments": true,
"strict": true,