mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-16 05:48:10 +00:00
Fix angular2-indexeddb complains
This commit is contained in:
@ -12,6 +12,6 @@
|
||||
],
|
||||
"include": [
|
||||
"../src/**/*",
|
||||
"../node_modules/angular2-indexeddb/index.ts"
|
||||
"../node_modules/angular2-indexeddb/*"
|
||||
]
|
||||
}
|
||||
|
@ -15,6 +15,7 @@
|
||||
],
|
||||
"include": [
|
||||
"**/*.spec.ts",
|
||||
"**/*.d.ts"
|
||||
"**/*.d.ts",
|
||||
"../node_modules/angular2-indexeddb/*"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user