mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-23 23:02:22 +00:00
Fix angular2-indexeddb complains
This commit is contained in:
parent
5c18f95c75
commit
de21cbb48b
@ -12,6 +12,6 @@
|
|||||||
],
|
],
|
||||||
"include": [
|
"include": [
|
||||||
"../src/**/*",
|
"../src/**/*",
|
||||||
"../node_modules/angular2-indexeddb/index.ts"
|
"../node_modules/angular2-indexeddb/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
],
|
],
|
||||||
"include": [
|
"include": [
|
||||||
"**/*.spec.ts",
|
"**/*.spec.ts",
|
||||||
"**/*.d.ts"
|
"**/*.d.ts",
|
||||||
|
"../node_modules/angular2-indexeddb/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,6 @@
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"./node_modules/angular2-indexeddb/index.ts"
|
"./src/**/*",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user