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

@@ -1,6 +1,6 @@
{
"$schema": "../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../dist/ng2-file-upload",
"dest": "../node_modules/ng2-file-upload",
"lib": {
"entryFile": "index.ts"
}