mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-18 20:47:51 +00:00
Fixing angular-cli
This commit is contained in:
parent
c0acc805e8
commit
19ebd65b3a
@ -14,6 +14,11 @@
|
||||
"typeRoots": [
|
||||
"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": [
|
||||
"es2018",
|
||||
"dom"
|
||||
|
Loading…
Reference in New Issue
Block a user