Skip to content

Commit

Permalink
Update package json (#18)
Browse files Browse the repository at this point in the history
* Clean up dependencies

* Clean up dependencies

* Update package.json

---------

Co-authored-by: Jakob Nilsson-Ehle <[email protected]>
  • Loading branch information
Nehle and Jakob Nilsson-Ehle authored Apr 12, 2023
1 parent 9815230 commit 645b540
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "4.0.2",
"description": "A library of simple everyday reducer utility functions ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/* Modules */
"module": "commonjs", /* Specify what module code is generated. */
// "rootDir": "./", /* Specify the root folder within your source files. */
"rootDir": "./src", /* Specify the root folder within your source files. */
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
Expand Down Expand Up @@ -99,5 +99,6 @@
/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
},
"exclude": ["./test/**/*", "./lib/**/*", "./node_modules/**/*"]
}

0 comments on commit 645b540

Please sign in to comment.