diff --git a/package.json b/package.json index bc8490a..4c4fd76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hanger", - "version": "2.0.0", + "version": "2.1.0", "description": "Set of a helpful hooks, for different specific to some primitives types state changing helpers", "author": "kitze", "license": "MIT", diff --git a/tsconfig-require.json b/tsconfig-require.json index 50f414e..c311f56 100644 --- a/tsconfig-require.json +++ b/tsconfig-require.json @@ -20,7 +20,8 @@ "emitDecoratorMetadata": true, "outDir": "lib", "declaration": true, - "sourceMap": true + "sourceMap": true, + "incremental": true }, "exclude": [ "src/**/*.js", diff --git a/tsconfig.json b/tsconfig.json index f612bbb..08ee462 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,6 +25,7 @@ "incremental": true }, "exclude": [ + "lib", "src/**/*.js", "node_modules", "example",