From d6d91c372a1365b74663629299c529967d0d0014 Mon Sep 17 00:00:00 2001 From: Orbis25 Date: Tue, 21 Dec 2021 00:50:32 -0400 Subject: [PATCH 1/2] feat: Correct way to usage a tsconfig.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98bee3c..73844d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fire-repo", - "version": "1.1.4", + "version": "1.1.5", "description": "This package is create to add repository pattern to firebase and implementing a helpers for help developers to write fast code.", "main": "dist/index.js", "types": "dist/index.d.ts", From a2cb78b85dc63050f252c257def292b44d9f66bf Mon Sep 17 00:00:00 2001 From: Orbis25 Date: Tue, 21 Dec 2021 00:51:19 -0400 Subject: [PATCH 2/2] feat: Correct way to usage a tsconfig.json --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48ad52d..8d00a05 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ If you have an issue or a problem with the library you can report it in the [iss In react app you need create the next file: -- `wabpack.config.js` +- `webpack.config.js` ```js const path = require("path");