Skip to content

Commit

Permalink
chore: update import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
brage-andreas committed Mar 5, 2023
1 parent 7faf387 commit 364a69a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"#typings": "./dist/typings/index.d.js",
"#modules/*": "./dist/modules/*",
"#logger": "./dist/logger/logger.js",
"#components": "./dist/components/index.js",
"#components": "./dist/components.js",
"#database/*": "./dist/database/*",
"#helpers/*": "./dist/helpers/*"
}
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"target": "ESNext",

"paths": {
"#components": ["./src/components/index.ts"],
"#components": ["./src/components.ts"],
"#constants": ["./src/constants.ts"],
"#database/*": ["./src/database/*"],
"#helpers/*": ["./src/helpers/*"],
Expand Down

0 comments on commit 364a69a

Please sign in to comment.