Skip to content

Commit

Permalink
chore: paths
Browse files Browse the repository at this point in the history
  • Loading branch information
brage-andreas committed Aug 2, 2023
1 parent 970193d commit 9bc49eb
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 @@ -46,7 +46,7 @@
"#components": "./dist/components/index.js",
"#constants": "./dist/constants.js",
"#database/*": "./dist/database/*",
"#helpers/*": "./dist/helpers/*",
"#helpers": "./dist/helpers/index.js",
"#logger": "./dist/logger/logger.js",
"#modules/*": "./dist/modules/*",
"#scripts/*": "./dist/scripts/*",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"#components": ["./src/components/index.ts"],
"#constants": ["./src/constants.ts"],
"#database/*": ["./src/database/*"],
"#helpers/*": ["./src/helpers/*"],
"#helpers": ["./src/helpers/index.ts"],
"#logger": ["./src/logger/logger.ts"],
"#modules/*": ["./src/modules/*"],
"#scripts/*": ["./src/scripts/*"],
Expand Down

0 comments on commit 9bc49eb

Please sign in to comment.