feat(bump): added strict mode, doesn't build in dist, should be resolved

This commit is contained in:
svetlanaMuravlova
2021-08-17 16:49:19 +03:00
parent 16078f57c3
commit 69cd64dc28
15 changed files with 122 additions and 84 deletions

View File

@@ -12,7 +12,7 @@
<link rel="author" href="https://github.com/valor-software/ng2-file-upload/graphs/contributors">
<!--link to bootstrap.css-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" crossorigin="anonymous" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/prettify-angulario.css">
<style media="screen">

View File

@@ -21,5 +21,10 @@
],
"exclude": [
"**/*.spec.ts"
]
],
"paths": {
"@ng2-file-upload": [
"../../dist/ng2-file-upload/index.ts"
]
}
}