mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-20 21:43:06 +00:00
Fixing angular-cli
This commit is contained in:
parent
c0acc805e8
commit
19ebd65b3a
@ -14,6 +14,11 @@
|
|||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"node_modules/@types"
|
"node_modules/@types"
|
||||||
],
|
],
|
||||||
|
// below is fix for angular-cli to support core-js >= 3.0
|
||||||
|
"paths": {
|
||||||
|
"core-js/es7/reflect": ["../node_modules/core-js/proposals/reflect-metadata"],
|
||||||
|
"core-js/es6/*": ["../node_modules/core-js/es/*"]
|
||||||
|
},
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2018",
|
"es2018",
|
||||||
"dom"
|
"dom"
|
||||||
|
Loading…
Reference in New Issue
Block a user