⬆️ 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`
|
* Updated `gateways.json`
|
||||||
* Upgraded to Angular 13
|
* Upgraded to Angular 13
|
||||||
|
* Targets ESNext
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../out-tsc/e2e",
|
"outDir": "../out-tsc/e2e",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"target": "es2018",
|
"target": "ESNext",
|
||||||
"types": [
|
"types": [
|
||||||
"jasmine",
|
"jasmine",
|
||||||
"jasminewd2",
|
"jasminewd2",
|
||||||
|
|
|
@ -28,11 +28,11 @@
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"importHelpers": true,
|
"importHelpers": true,
|
||||||
"target": "es2015",
|
"target": "ESNext",
|
||||||
"module": "es2020",
|
"module": "ESNext",
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2018",
|
"ESNext",
|
||||||
"dom"
|
"DOM"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
|
|
Loading…
Reference in New Issue