Skip to content

Commit

Permalink
feat: remove unused ts path alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvey committed Apr 15, 2024
1 parent 413b820 commit fad9726
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion packages/92green-aws-rxjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@92green/92green-aws-rxjs",
"version": "1.0.0-alpha-2",
"version": "1.0.0",
"description": "Rxjs algorithms for use with AWS SDK v3",
"license": "MIT",
"author": "Blueflag",
Expand Down
4 changes: 0 additions & 4 deletions packages/92green-aws-rxjs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
"noEmit": false,
"outDir": "./lib",
"baseUrl": "./src",
"paths": {
// add path aliases for easier imports
"92green-aws-rxjs/*": ["./*"]
},
// add type roots to allow for typing files / type overrides
"typeRoots": [
"node_modules/@types",
Expand Down

0 comments on commit fad9726

Please sign in to comment.