⬆️ ESNext
parent
71b337ce7d
commit
4497bf7ce7
|
@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
|
|||
|
||||
* Updated `gateways.json`
|
||||
* Upgraded to Angular 13
|
||||
* Targets ESNext
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"compilerOptions": {
|
||||
"outDir": "../out-tsc/e2e",
|
||||
"module": "commonjs",
|
||||
"target": "es2018",
|
||||
"target": "ESNext",
|
||||
"types": [
|
||||
"jasmine",
|
||||
"jasminewd2",
|
||||
|
|
|
@ -28,11 +28,11 @@
|
|||
"experimentalDecorators": true,
|
||||
"moduleResolution": "node",
|
||||
"importHelpers": true,
|
||||
"target": "es2015",
|
||||
"module": "es2020",
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"lib": [
|
||||
"es2018",
|
||||
"dom"
|
||||
"ESNext",
|
||||
"DOM"
|
||||
]
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
|
|
Loading…
Reference in New Issue