Skip to content

Commit b6faafa

Browse files
Merge pull request #3 from HackTzi/START
UPD Apply some configuration issues on init files
2 parents 37178c4 + bc2ae19 commit b6faafa

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@angular/compiler": "11.0.3",
6060
"@angular/compiler-cli": "11.0.3",
6161
"@angular/core": "11.0.3",
62-
"@angular/forms": "11.0.3",
62+
"@angular/forms": "11.0.8",
6363
"@angular/language-service": "11.0.3",
6464
"@angular/platform-browser": "11.0.3",
6565
"@angular/platform-browser-dynamic": "11.0.3",

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88
"moduleResolution": "node",
99
"emitDecoratorMetadata": true,
1010
"experimentalDecorators": true,
11-
"target": "es2020",
11+
"target": "es5",
1212
"typeRoots": [
1313
"node_modules/@types"
1414
],
1515
"lib": [
1616
"es2017",
1717
"es2016",
1818
"es2015",
19-
"es2020",
2019
"dom"
2120
]
2221
},

tsconfig.serve.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
"moduleResolution": "node",
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
8-
"target": "es2020",
8+
"target": "es5",
99
"types": [
1010
"node"
1111
],
1212
"lib": [
1313
"es2017",
1414
"es2016",
1515
"es2015",
16-
"es2020",
1716
"dom"
1817
]
1918
},

0 commit comments

Comments
 (0)