Fix angular2-indexeddb complains

This commit is contained in:
ziajka 2018-01-18 10:39:20 +01:00
parent 5c18f95c75
commit de21cbb48b
3 changed files with 4 additions and 3 deletions

View File

@ -12,6 +12,6 @@
], ],
"include": [ "include": [
"../src/**/*", "../src/**/*",
"../node_modules/angular2-indexeddb/index.ts" "../node_modules/angular2-indexeddb/*"
] ]
} }

View File

@ -15,6 +15,7 @@
], ],
"include": [ "include": [
"**/*.spec.ts", "**/*.spec.ts",
"**/*.d.ts" "**/*.d.ts",
"../node_modules/angular2-indexeddb/*"
] ]
} }

View File

@ -17,6 +17,6 @@
], ],
}, },
"include": [ "include": [
"./node_modules/angular2-indexeddb/index.ts" "./src/**/*",
] ]
} }