diff --git a/.gitignore b/.gitignore index 99cca1d..9d623d6 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,3 @@ lib *.map ng2-breadcrumbs.d.ts ng2-breadcrumbs.js -ng2-breadcrumbs.js.map diff --git a/ng2-breadcrumbs.ts b/ng2-breadcrumbs.ts deleted file mode 100644 index d2a25d3..0000000 --- a/ng2-breadcrumbs.ts +++ /dev/null @@ -1,4 +0,0 @@ -export * from './lib/breadcrumbs.component'; -export * from './lib/breadcrumbs.service'; -export * from './lib/breadcrumbs.model'; -export * from './lib/breadcrumbs.module'; \ No newline at end of file diff --git a/package.json b/package.json index 4e306e8..13d54ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-breadcrumbs", - "version": "0.1.26", + "version": "0.1.272", "description": "Breadcrumb generator for Angular 5", "main": "./ng2-breadcrumbs.js", "scripts": { @@ -19,6 +19,7 @@ "ng", "Breadcrumbs" ], + "typings": "./ng2-breadcrumbs.d.ts", "author": "Centroida", "license": "MIT", "homepage": "https://github.com/Centroida/ng2-breadcrumb", diff --git a/tsconfig.json b/tsconfig.json index 5c02824..27f21a4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "removeComments": false, - "noImplicitAny": false, + "noImplicitAny": true, "declaration": true, "typeRoots": [ "../node_modules/@types"